Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.cpp89 static THREAD_FUNC_DECL MyThreadFunction(void *param) in MyThreadFunction() function
115 const WRes wres = thread.Create(CThreadExtracting::MyThreadFunction, &t); in ExtractArchive()
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DFileFolderPluginOpen.cpp52 static THREAD_FUNC_DECL MyThreadFunction(void *param) in MyThreadFunction() function
347 const WRes wres = thread.Create(CThreadArchiveOpen::MyThreadFunction, &t); in OpenFileFolderPlugin()
H A DPanelCopy.cpp367 static THREAD_FUNC_DECL MyThreadFunction(void *param) in MyThreadFunction() function
426 const WRes wres = thread.Create(CThreadUpdate::MyThreadFunction, &updater); in CopyFrom()
H A DProgressDialog2.cpp1399 static THREAD_FUNC_DECL MyThreadFunction(void *param) in MyThreadFunction() function
1415 const WRes wres = thread.Create(MyThreadFunction, this); in Create()
H A DPanelItemOpen.cpp1101 static THREAD_FUNC_DECL MyThreadFunction(void *param) in MyThreadFunction() function
1757 if (Thread_Create(&th, MyThreadFunction, tpi.get()) != 0) in OpenItemInArchive()
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DBenchmarkDialog.cpp247 static THREAD_FUNC_DECL MyThreadFunction(void *param) in MyThreadFunction() function
925 if (_thread.Create(CThreadBenchmark::MyThreadFunction, &_threadBenchmark) != 0) in StartBenchmark()