OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RINOK_THREAD
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
LzFindMt.c
98
#define
RINOK_THREAD
(x) { if ((x) != 0) return SZ_ERROR_THREAD; }
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));
MtCoder.c
121
#define
RINOK_THREAD
(x) { if((x) != 0) return SZ_ERROR_THREAD; }
161
RINOK_THREAD
(AutoResetEvent_CreateNotSignaled(&p->canRead));
162
RINOK_THREAD
(AutoResetEvent_CreateNotSignaled(&p->canWrite));
Completed in 29 milliseconds