Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DThreads.h37 #define Thread_CONSTRUCT(p) { *(p) = NULL; } macro
72 #define Thread_CONSTRUCT(p) { (p)->_tid = 0; (p)->_created = 0; }
H A DMtCoder.c374 Thread_CONSTRUCT(&t->thread) in MtCoder_Construct()
H A DMtDec.c971 Thread_CONSTRUCT(&t->thread) in MtDec_Construct()
H A DLzFindMt.c89 Thread_CONSTRUCT(&p->thread) in MtSync_Construct()
/third_party/lzma/CPP/Windows/
H A DThread.h16 CThread() { Thread_CONSTRUCT(&thread) } in CThread()

Completed in 7 milliseconds