Home
last modified time | relevance | path

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

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