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
100
#define
RINOK_THREAD
(x) { if ((x) != 0) return SZ_ERROR_THREAD; }
107
RINOK_THREAD
(CriticalSection_Init(&p->cs));
110
RINOK_THREAD
(AutoResetEvent_CreateNotSignaled(&p->canStart));
111
RINOK_THREAD
(AutoResetEvent_CreateNotSignaled(&p->wasStarted));
112
RINOK_THREAD
(AutoResetEvent_CreateNotSignaled(&p->wasStopped));
114
RINOK_THREAD
(Semaphore_Create(&p->freeSemaphore, numBlocks, numBlocks));
115
RINOK_THREAD
(Semaphore_Create(&p->filledSemaphore, 0, numBlocks));
119
RINOK_THREAD
(Thread_Create(&p->thread, startAddress, obj));
MtCoder.c
123
#define
RINOK_THREAD
(x) { if((x) != 0) return SZ_ERROR_THREAD; }
163
RINOK_THREAD
(AutoResetEvent_CreateNotSignaled(&p->canRead));
164
RINOK_THREAD
(AutoResetEvent_CreateNotSignaled(&p->canWrite));
Completed in 159 milliseconds