Searched refs:SZ_ERROR_THREAD (Results 1 – 4 of 4) sorted by relevance
28 return SZ_ERROR_THREAD; in LoopThreadFunc()33 return SZ_ERROR_THREAD; in LoopThreadFunc()49 return SZ_ERROR_THREAD; in LoopThread_StopAndWait()121 #define RINOK_THREAD(x) { if ((x) != 0) return SZ_ERROR_THREAD; }192 return SZ_ERROR_THREAD; in MtThread_Process()199 return Event_Set(&next->canRead) == 0 ? SZ_OK : SZ_ERROR_THREAD; in MtThread_Process()209 return SZ_ERROR_THREAD; in MtThread_Process()217 return SZ_ERROR_THREAD; in MtThread_Process()222 return Event_Set(&next->canWrite) == 0 ? SZ_OK : SZ_ERROR_THREAD; in MtThread_Process()297 res = SZ_ERROR_THREAD; in MtCoder_Code()[all …]
38 #define SZ_ERROR_THREAD 12 macro
100 #define RINOK_THREAD(x) { if ((x) != 0) return SZ_ERROR_THREAD; }
279 SZ_ERROR_THREAD - errors in multithreading functions (only for Mt version)