Searched defs:IsCreated (Results 1 – 4 of 4) sorted by relevance
16 bool IsCreated() const { return (_handle != NULL); } in IsCreated() function
18 bool IsCreated() { return Thread_WasCreated(&thread) != 0; } in IsCreated() function
22 bool IsCreated() { return Event_IsCreated(&_object) != 0; } in IsCreated() function
164 bool IsCreated() { in IsCreated() function