Lines Matching full:handle
35 /* Thread handle equals deThread in this implementation. */36 DE_STATIC_ASSERT(sizeof(deThread) >= sizeof(HANDLE));74 HANDLE thread = 0;97 HANDLE handle = (HANDLE)thread;98 WaitForSingleObject(handle, INFINITE);105 HANDLE handle = (HANDLE)thread;106 CloseHandle(handle);