Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DBZip2Encoder.cpp51 static THREAD_FUNC_DECL MFThread(void *threadCoderInfo) in MFThread() function
64 wres = Thread.Create_With_Affinity(MFThread, this, (CAffinityMask)Encoder->_props.Affinity); in Create()
66 wres = Thread.Create(MFThread, this); in Create()