Searched refs:Event_Construct (Results 1 – 5 of 5) sorted by relevance
363 Event_Construct(&p->readEvent); in MtCoder_Construct()373 Event_Construct(&t->startEvent); in MtCoder_Construct()379 Event_Construct(&p->writeEvents[i]); in MtCoder_Construct()381 Event_Construct(&p->finishedEvent); in MtCoder_Construct()
146 #define Event_Construct(p) *(p) = NULL macro188 #define Event_Construct(p) (p)->_created = 0 macro
969 Event_Construct(&t->canRead); in MtDec_Construct()970 Event_Construct(&t->canWrite); in MtDec_Construct()
90 Event_Construct(&p->canStart); in MtSync_Construct()91 Event_Construct(&p->wasStopped); in MtSync_Construct()
26 CBaseEvent() { Event_Construct(&_object); } in CBaseEvent()