Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DThread.h16 CThread() { Thread_Construct(&thread); } in CThread()
/external/lzma/C/
DThreads.h19 #define Thread_Construct(p) *(p) = NULL macro
DMtCoder.c401 Thread_Construct(&t->thread); in MtCoder_Construct()
DMtDec.c997 Thread_Construct(&t->thread); in MtDec_Construct()
DLzFindMt.c15 Thread_Construct(&p->thread); in MtSync_Construct()