Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp686 _hUiThread = ::CreateThread(nullptr, 0, UiThreadProc, this, 0, &dwUIThreadId); in OnStartup()
687 if (!_hUiThread) { in OnStartup()
700 if (_hUiThread) { in OnShutdown()
701 ::WaitForSingleObject(_hUiThread, INFINITE); in OnShutdown()
702 ReleaseHandle(_hUiThread); in OnShutdown()
3099 _hUiThread = nullptr; in PythonBootstrapperApplication()
3176 HANDLE _hUiThread; member in PythonBootstrapperApplication