Home
last modified time | relevance | path

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

/system/core/libutils/
DThreads.cpp215 HANDLE hThread; in doCreateThread() local
223 hThread = (HANDLE) _beginthreadex(NULL, 0, threadIntermediary, pDetails, 0, in doCreateThread()
225 if (hThread == 0) in doCreateThread()
227 hThread = CreateThread(NULL, 0, in doCreateThread()
230 if (hThread == NULL) in doCreateThread()
239 CloseHandle(hThread); in doCreateThread()
/system/core/fastboot/
Dfs.cpp77 CloseHandle(pi.hThread); in exec_cmd()
/system/core/adb/
Dadb.cpp760 CloseHandle(pinfo.hThread); in launch_server()
761 pinfo.hThread = NULL; in launch_server()
Dsysdeps_win32.cpp2736 typedef HRESULT(WINAPI* SetThreadDescription)(HANDLE hThread, PCWSTR lpThreadDescription);