MCPcopy Create free account
hub / github.com/DISTRHO/DPF / _run

Method _run

distrho/extra/FileBrowserDialogImpl.cpp:340–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 }
339
340 static unsigned __stdcall _run(void* const arg)
341 {
342 // CoInitializeEx(nullptr, COINIT_MULTITHREADED);
343 static_cast<FileBrowserData*>(arg)->run();
344 // CoUninitialize();
345 _endthreadex(0);
346 return 0;
347 }
348#else // DISTRHO_OS_WINDOWS
349 FileBrowserData(const bool save)
350 : selectedFile(nullptr)

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected