Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DHandle.h16 bool IsCreated() const { return (_handle != NULL); } in IsCreated() function
DThread.h18 bool IsCreated() { return Thread_WasCreated(&thread) != 0; } in IsCreated() function
DSynchronization.h22 bool IsCreated() { return Event_IsCreated(&_object) != 0; } in IsCreated() function