Home
last modified time | relevance | path

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

/third_party/lzma/C/
DThreads.h36 #define Thread_Construct(p) { *(p) = NULL; } macro
69 #define Thread_Construct(p) { (p)->_tid = 0; (p)->_created = 0; }
DMtCoder.c400 Thread_Construct(&t->thread); in MtCoder_Construct()
DMtDec.c998 Thread_Construct(&t->thread); in MtDec_Construct()
DLzFindMt.c89 Thread_Construct(&p->thread); in MtSync_Construct()
/third_party/lzma/CPP/Windows/
DThread.h16 CThread() { Thread_Construct(&thread); } in CThread()