Searched defs:WaitForSingleObject (Results 1 – 2 of 2) sorted by relevance
64 #define WaitForSingleObject(a, b) WaitForSingleObjectEx(a, b, FALSE) macro
71 #define WaitForSingleObject(obj, timeout) \ macro