Searched refs:Event_Construct (Results 1 - 4 of 4) sorted by relevance

/external/lzma/C/
H A DThreads.h30 #define Event_Construct(p) *(p) = NULL macro
H A DMtCoder.c11 Event_Construct(&p->startEvent);
12 Event_Construct(&p->finishedEvent);
116 Event_Construct(&p->canRead);
117 Event_Construct(&p->canWrite);
H A DLzFindMt.c14 Event_Construct(&p->canStart);
15 Event_Construct(&p->wasStarted);
16 Event_Construct(&p->wasStopped);
/external/lzma/CPP/Windows/
H A DSynchronization.h24 CBaseEvent() { Event_Construct(&_object); }

Completed in 171 milliseconds