Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp687 _hUiThread = ::CreateThread(nullptr, 0, UiThreadProc, this, 0, &dwUIThreadId); in OnStartup()
1309 static DWORD WINAPI UiThreadProc(__in LPVOID pvContext) { in UiThreadProc() function in PythonBootstrapperApplication