Searched defs:RINOK_THREAD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFindMt.c98 #define RINOK_THREAD(x) { if ((x) != 0) return SZ_ERROR_THREAD; } macro
105 RINOK_THREAD(CriticalSection_Init(&p->cs));
108 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->canStart));
109 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStarted));
110 RINOK_THREAD(AutoResetEvent_CreateNotSignaled(&p->wasStopped));
112 RINOK_THREAD(Semaphore_Create(&p->freeSemaphore, numBlocks, numBlocks));
113 RINOK_THREAD(Semaphore_Create(&p->filledSemaphore, 0, numBlocks));
117 RINOK_THREAD(Thread_Create(&p->thread, startAddress, obj));

Completed in 38 milliseconds