Searched refs:WAIT_ABANDONED_0 (Results 1 – 4 of 4) sorted by relevance
41 else if (dwError == WAIT_ABANDONED_0) in thread1()71 else if (dwError == WAIT_ABANDONED_0) in thread2()
195 else if (WaitResult == WAIT_ABANDONED_0 + 2) in GPNotificationThreadProc()205 else if (WaitResult == WAIT_ABANDONED_0 || WaitResult == WAIT_ABANDONED_0 + 1) in GPNotificationThreadProc()
2085 ok( ret == WAIT_ABANDONED_0, "WaitForSingleObject failed %08x\n", ret ); in test_mutant()
433 #define WAIT_ABANDONED_0 128 macro