Searched refs:Event_Construct (Results 1 – 5 of 5) sorted by relevance
390 Event_Construct(&p->readEvent); in MtCoder_Construct()400 Event_Construct(&t->startEvent); in MtCoder_Construct()406 Event_Construct(&p->writeEvents[i]); in MtCoder_Construct()408 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
40 #define Event_Construct(p) *(p) = NULL macro
16 Event_Construct(&p->canStart); in MtSync_Construct()17 Event_Construct(&p->wasStarted); in MtSync_Construct()18 Event_Construct(&p->wasStopped); in MtSync_Construct()
996 Event_Construct(&t->canRead); in MtDec_Construct()997 Event_Construct(&t->canWrite); in MtDec_Construct()
24 CBaseEvent() { Event_Construct(&_object); } in CBaseEvent()