Searched refs:Thread_Construct (Results 1 – 5 of 5) sorted by relevance
36 #define Thread_Construct(p) { *(p) = NULL; } macro69 #define Thread_Construct(p) { (p)->_tid = 0; (p)->_created = 0; }
400 Thread_Construct(&t->thread); in MtCoder_Construct()
998 Thread_Construct(&t->thread); in MtDec_Construct()
89 Thread_Construct(&p->thread); in MtSync_Construct()
16 CThread() { Thread_Construct(&thread); } in CThread()