Searched refs:SZ_ERROR_THREAD (Results 1 – 4 of 4) sorted by relevance
30 return SZ_ERROR_THREAD; in LoopThreadFunc()35 return SZ_ERROR_THREAD; in LoopThreadFunc()51 return SZ_ERROR_THREAD; in LoopThread_StopAndWait()123 #define RINOK_THREAD(x) { if((x) != 0) return SZ_ERROR_THREAD; }194 return SZ_ERROR_THREAD; in MtThread_Process()201 return Event_Set(&next->canRead) == 0 ? SZ_OK : SZ_ERROR_THREAD; in MtThread_Process()211 return SZ_ERROR_THREAD; in MtThread_Process()219 return SZ_ERROR_THREAD; in MtThread_Process()224 return Event_Set(&next->canWrite) == 0 ? SZ_OK : SZ_ERROR_THREAD; in MtThread_Process()299 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)