Home
last modified time | relevance | path

Searched refs:threadCoderInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DBZip2Encoder.cpp51 static THREAD_FUNC_DECL MFThread(void *threadCoderInfo) in MFThread() argument
53 return ((CThreadInfo *)threadCoderInfo)->ThreadFunc(); in MFThread()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipUpdate.cpp200 static THREAD_FUNC_DECL CoderThread(void *threadCoderInfo);
298 static THREAD_FUNC_DECL CoderThread(void *threadCoderInfo) in CoderThread() argument
300 ((CThreadInfo *)threadCoderInfo)->WaitAndCode(); in CoderThread()