Searched refs:Thread_CONSTRUCT (Results 1 – 5 of 5) sorted by relevance
46 #define Thread_CONSTRUCT(p) { *(p) = NULL; } macro81 #define Thread_CONSTRUCT(p) { (p)->_tid = 0; (p)->_created = 0; }
374 Thread_CONSTRUCT(&t->thread) in MtCoder_Construct()
981 Thread_CONSTRUCT(&t->thread) in MtDec_Construct()
89 Thread_CONSTRUCT(&p->thread) in MtSync_Construct()
16 CThread() { Thread_CONSTRUCT(&thread) } in CThread()