Searched defs:WaitForSingleObject (Results 1 – 4 of 4) sorted by relevance
27 #define WaitForSingleObject __WaitForSingleObject macro32 DWORD WINAPI WaitForSingleObject(HANDLE hHandle, DWORD dwMilliseconds) in WaitForSingleObject() function
64 #define WaitForSingleObject(a, b) WaitForSingleObjectEx(a, b, FALSE) macro
71 #define WaitForSingleObject(obj, timeout) \ macro