w32_wait_events   142 thread_win32.c     return w32_wait_events(events, num, timeout, GET_THREAD());
w32_wait_events   194 thread_win32.c     return w32_wait_events(0, 0, msec, GET_THREAD());
w32_wait_events   233 thread_win32.c 	    ret = w32_wait_events(0, 0, msec, th);
w32_wait_events   252 thread_win32.c 	result = w32_wait_events(&*lock, 1, INFINITE, 0);
w32_wait_events   299 thread_win32.c     result = w32_wait_events(&*lock, 1, 1, 0);
w32_wait_events   500 thread_win32.c     w32_wait_events(&th, 1, 0, 0);