Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_nt.h129 HANDLE hThread; in PyThread_start_new_thread() local
144 hThread = CreateThread(NULL, in PyThread_start_new_thread()
148 hThread = (HANDLE)_beginthreadex(0, in PyThread_start_new_thread()
154 if (hThread == 0) { in PyThread_start_new_thread()
174 PyThread_get_thread_ident(), (void*)hThread)); in PyThread_start_new_thread()
175 CloseHandle(hThread); in PyThread_start_new_thread()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
DWinNtThunk.h56 HANDLE hThread
96 HANDLE hThread,
121 HANDLE hThread
128 HANDLE hThread,
/device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
DWinNtThunk.h49 HANDLE hThread
89 HANDLE hThread,
114 HANDLE hThread
121 HANDLE hThread,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DMultiThread.c538 CloseHandle (ProcInfo.hThread); in RunBuildTask()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c3655 CloseHandle(piProcInfo.hThread); in _PyPopenCreateProcess()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c5245 CloseHandle(piProcInfo.hThread); in _PyPopenCreateProcess()