Searched refs:Thread_Construct (Results 1 – 4 of 4) sorted by relevance
16 CThread() { Thread_Construct(&thread); } in CThread()
17 #define Thread_Construct(p) *(p) = NULL macro
10 Thread_Construct(&p->thread); in LoopThread_Construct()
13 Thread_Construct(&p->thread); in MtSync_Construct()