Home
last modified time | relevance | path

Searched refs:SZ_ERROR_THREAD (Results 1 – 6 of 6) sorted by relevance

/external/lzma/C/
DMtCoder.c36 #define RINOK_THREAD(x) { if ((x) != 0) return SZ_ERROR_THREAD; }
134 return Event_Set(&mtc->readEvent) == 0 ? SZ_OK : SZ_ERROR_THREAD; in ThreadFunc2()
189 res2 = SZ_ERROR_THREAD; in ThreadFunc2()
345 return SZ_ERROR_THREAD; in ThreadFunc()
361 return SZ_ERROR_THREAD; in ThreadFunc()
D7zTypes.h38 #define SZ_ERROR_THREAD 12 macro
DLzFindMt.c102 #define RINOK_THREAD(x) { if ((x) != 0) return SZ_ERROR_THREAD; }
/external/u-boot/lib/lzma/
DTypes.h26 #define SZ_ERROR_THREAD 12 macro
Dlzma.txt549 SZ_ERROR_THREAD - errors in multithreading functions (only for Mt version)
/external/lzma/DOC/
Dlzma.txt279 SZ_ERROR_THREAD - errors in multithreading functions (only for Mt version)