Searched defs:IsCreated (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
H A DHandle.h16 bool IsCreated() const { return (_handle != NULL); } function in class:NWindows::CHandle
H A DThread.h18 bool IsCreated() { return Thread_WasCreated(&thread) != 0; } function in class:NWindows::CThread
H A DSynchronization.h22 bool IsCreated() { return Event_IsCreated(&_object) != 0; } function in class:NWindows::NSynchronization::CBaseEvent
59 if (IsCreated())
80 if (IsCreated())

Completed in 83 milliseconds