OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsCreated
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
Handle.h
16
bool
IsCreated
() const { return (_handle != NULL); }
Thread.h
18
bool
IsCreated
() { return Thread_WasCreated(&thread) != 0; }
Synchronization.h
22
bool
IsCreated
() { return Event_IsCreated(&_object) != 0; }
59
if (
IsCreated
())
80
if (
IsCreated
())
Completed in 401 milliseconds