Home
last modified time | relevance | path

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

/external/lzma/C/
DMtCoder.c42 RINOK(AutoResetEvent_CreateNotSignaled(&p->startEvent)); in LoopThread_Create()
43 RINOK(AutoResetEvent_CreateNotSignaled(&p->finishedEvent)); in LoopThread_Create()
163 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->canRead)); in CMtThread_Prepare()
164 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->canWrite)); in CMtThread_Prepare()
DThreads.h49 WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p);
DThreads.c64 WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) { return AutoResetEvent_Create(p, 0); } in AutoResetEvent_CreateNotSignaled() function
DLzFindMt.c110 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->canStart)); in MtSync_Create2()
111 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStarted)); in MtSync_Create2()
112 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStopped)); in MtSync_Create2()
/external/lzma/CPP/Windows/
DSynchronization.h76 return AutoResetEvent_CreateNotSignaled(&_object); in Create()
82 return AutoResetEvent_CreateNotSignaled(&_object); in CreateIfNotCreated()