Home
last modified time | relevance | path

Searched refs:Event_Construct (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/C/
DMtCoder.c363 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()
DThreads.h146 #define Event_Construct(p) *(p) = NULL macro
188 #define Event_Construct(p) (p)->_created = 0 macro
DMtDec.c969 Event_Construct(&t->canRead); in MtDec_Construct()
970 Event_Construct(&t->canWrite); in MtDec_Construct()
DLzFindMt.c90 Event_Construct(&p->canStart); in MtSync_Construct()
91 Event_Construct(&p->wasStopped); in MtSync_Construct()
/third_party/lzma/CPP/Windows/
DSynchronization.h26 CBaseEvent() { Event_Construct(&_object); } in CBaseEvent()