Home
last modified time | relevance | path

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

/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DFileFolderPluginOpen.cpp19 struct CThreadArchiveOpen struct
43 ((CThreadArchiveOpen *)param)->Process(); in MyThreadFunction() argument
130 CThreadArchiveOpen t; in OpenFileFolderPlugin()
160 RINOK(thread.Create(CThreadArchiveOpen::MyThreadFunction, &t)); in OpenFileFolderPlugin()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DFileFolderPluginOpen.cpp20 struct CThreadArchiveOpen struct
40 ((CThreadArchiveOpen *)param)->Process(); in MyThreadFunction() argument
109 CThreadArchiveOpen t; in OpenFileFolderPlugin()
140 if (thread.Create(CThreadArchiveOpen::MyThreadFunction, &t) != S_OK) in OpenFileFolderPlugin()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DFileFolderPluginOpen.cpp23 struct CThreadArchiveOpen struct
47 ((CThreadArchiveOpen *)param)->Process(); in MyThreadFunction() argument
283 CThreadArchiveOpen t; in OpenFileFolderPlugin()
318 RINOK(thread.Create(CThreadArchiveOpen::MyThreadFunction, &t)); in OpenFileFolderPlugin()