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 40 #define Event_Construct(p) *(p) = NULL
MtCoder.c 13 Event_Construct(&p->startEvent);
14 Event_Construct(&p->finishedEvent);
118 Event_Construct(&p->canRead);
119 Event_Construct(&p->canWrite);
LzFindMt.c 16 Event_Construct(&p->canStart);
17 Event_Construct(&p->wasStarted);
18 Event_Construct(&p->wasStopped);
  /external/lzma/CPP/Windows/
Synchronization.h 24 CBaseEvent() { Event_Construct(&_object); }

Completed in 122 milliseconds