HomeSort by relevance Sort by last modified time
    Searched refs:Event_Construct (Results 1 - 4 of 4) sorted by null

  /external/lzma/C/
Threads.h 30 #define Event_Construct(p) *(p) = NULL
MtCoder.c 11 Event_Construct(&p->startEvent);
12 Event_Construct(&p->finishedEvent);
116 Event_Construct(&p->canRead);
117 Event_Construct(&p->canWrite);
LzFindMt.c 14 Event_Construct(&p->canStart);
15 Event_Construct(&p->wasStarted);
16 Event_Construct(&p->wasStopped);
  /external/lzma/CPP/Windows/
Synchronization.h 24 CBaseEvent() { Event_Construct(&_object); }

Completed in 67 milliseconds