Searched refs:hWait (Results 1 – 4 of 4) sorted by relevance
42 static HCURSOR const hWait; member in Nestopia::Resource::Cursor64 return hWait; in GetWait()
38 HCURSOR const Cursor::hWait = ::LoadCursor( NULL, IDC_WAIT ); member in Nestopia::Resource::Cursor
508 HANDLE hWait[2]; in WaitIfOBS() local509 hWait[0] = proc; in WaitIfOBS()510 hWait[1] = cancelRequested; in WaitIfOBS()512 int i = WaitForMultipleObjects(2, hWait, false, INFINITE); in WaitIfOBS()1136 HANDLE hWait[2]; in Update() local1137 hWait[0] = hObsUpdateMutex; in Update()1138 hWait[1] = cancelRequested; in Update()1140 int i = WaitForMultipleObjects(2, hWait, false, INFINITE); in Update()
1389 HANDLE hWait = pcap_getevent ((pcap_t*)dev->handle); local1421 if (WAIT_OBJECT_0 == WaitForSingleObject (hWait, 250)) {