Home | History | Annotate | Download | only in libutils

Lines Matching refs:HANDLE

218     HANDLE hThread;
226 hThread = (HANDLE) _beginthreadex(NULL, 0, threadIntermediary, pDetails, 0,
241 /* close the management handle */
364 HANDLE hMutex;
375 HANDLE hMutex;
386 HANDLE hMutex;
396 CloseHandle((HANDLE) mState);
402 dwWaitResult = WaitForSingleObject((HANDLE) mState, INFINITE);
408 if (!ReleaseMutex((HANDLE) mState))
416 dwWaitResult = WaitForSingleObject((HANDLE) mState, 0);
459 HANDLE sema;
464 HANDLE waitersDone;
469 HANDLE internalMutex;
475 status_t wait(WinCondition* condState, HANDLE hMutex, nsecs_t* abstime)
573 HANDLE hMutex = (HANDLE) mutex.mState;
581 HANDLE hMutex = (HANDLE) mutex.mState;