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

  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractEngine.cpp 93 static THREAD_FUNC_DECL MyThreadFunction(void *param)
119 RINOK(thread.Create(CThreadExtracting::MyThreadFunction, &t));
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 1255 static THREAD_FUNC_DECL MyThreadFunction(void *param)
1271 RINOK(thread.Create(MyThreadFunction, this));

Completed in 97 milliseconds