HomeSort by relevance Sort by last modified time
    Searched refs:SZ_ERROR_THREAD (Results 1 - 3 of 3) sorted by null

  /external/lzma/C/
MtCoder.c 30 return SZ_ERROR_THREAD;
35 return SZ_ERROR_THREAD;
51 return SZ_ERROR_THREAD;
123 #define RINOK_THREAD(x) { if((x) != 0) return SZ_ERROR_THREAD; }
194 return SZ_ERROR_THREAD;
201 return Event_Set(&next->canRead) == 0 ? SZ_OK : SZ_ERROR_THREAD;
211 return SZ_ERROR_THREAD;
219 return SZ_ERROR_THREAD;
224 return Event_Set(&next->canWrite) == 0 ? SZ_OK : SZ_ERROR_THREAD;
299 res = SZ_ERROR_THREAD;
    [all...]
7zTypes.h 38 #define SZ_ERROR_THREAD 12
LzFindMt.c 100 #define RINOK_THREAD(x) { if ((x) != 0) return SZ_ERROR_THREAD; }

Completed in 1954 milliseconds