Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DThreads.h38 #define Thread_WasCreated(p) (*(p) != NULL) macro
73 #define Thread_WasCreated(p) ((p)->_created != 0)
H A DMtCoder.c48 if (!Thread_WasCreated(&t->thread)) in MtCoderThread_CreateAndStart()
61 if (Thread_WasCreated(&t->thread)) in MtCoderThread_Destruct()
H A DMtDec.c119 if (Thread_WasCreated(&t->thread)) in MtDecThread_CreateAndStart()
148 if (Thread_WasCreated(&t->thread)) in MtDecThread_CloseThread()
H A DLzFindMt.c153 if (!Thread_WasCreated(&p->thread) || p->needStart) in MtSync_StopWriting()
193 if (Thread_WasCreated(&p->thread)) in MtSync_Destruct()
/third_party/lzma/CPP/Windows/
H A DThread.h18 bool IsCreated() { return Thread_WasCreated(&thread) != 0; } in IsCreated()

Completed in 5 milliseconds