Searched defs:IsCreated (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/Windows/ | ||
H A D | Handle.h | 18 bool IsCreated() const { return (_handle != NULL); }
in IsCreated() function in NWindows::MY_UNCOPYABLE |
H A D | Thread.h | 18 bool IsCreated() { return Thread_WasCreated(&thread) != 0; }
in IsCreated() function in NWindows::MY_UNCOPYABLE |
H A D | Synchronization.h | 24 bool IsCreated() { return Event_IsCreated(&_object) != 0; }
in IsCreated() function in NWindows::NSynchronization::MY_UNCOPYABLE |
Completed in 3 milliseconds