Searched refs:AutoResetEvent_CreateNotSignaled (Results 1 – 5 of 5) sorted by relevance
42 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()
49 WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p);
64 WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) { return AutoResetEvent_Create(p, 0); } in AutoResetEvent_CreateNotSignaled() function
110 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()
76 return AutoResetEvent_CreateNotSignaled(&_object); in Create()82 return AutoResetEvent_CreateNotSignaled(&_object); in CreateIfNotCreated()