Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DVirtThread.cpp7 static THREAD_FUNC_DECL CoderThread(void *p) in CoderThread() function
29 return Thread.Create(CoderThread, this); in Create()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipUpdate.cpp200 static THREAD_FUNC_DECL CoderThread(void *threadCoderInfo);
259 WRes wres = Thread.Create(CoderThread, this); in CreateThread()
298 static THREAD_FUNC_DECL CoderThread(void *threadCoderInfo) in CoderThread() function