Home
last modified time | relevance | path

Searched refs:Thread_WasCreated (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
DThread.h18 bool IsCreated() { return Thread_WasCreated(&thread) != 0; } in IsCreated()
/external/lzma/C/
DThreads.h20 #define Thread_WasCreated(p) (*(p) != NULL) macro
DMtCoder.c56 if (!Thread_WasCreated(&t->thread)) in MtCoderThread_CreateAndStart()
69 if (Thread_WasCreated(&t->thread)) in MtCoderThread_Destruct()
DLzFindMt.c56 if (!Thread_WasCreated(&p->thread) || p->needStart) in MtSync_StopWriting()
78 if (Thread_WasCreated(&p->thread)) in MtSync_Destruct()
DMtDec.c125 if (Thread_WasCreated(&t->thread)) in MtDecThread_CreateAndStart()
154 if (Thread_WasCreated(&t->thread)) in MtDecThread_CloseThread()