uv_cond_wait_helper  582 src/win/thread.c   if (uv_cond_wait_helper(cond, mutex, INFINITE))
uv_cond_wait_helper  603 src/win/thread.c   return uv_cond_wait_helper(cond, mutex, (DWORD)(timeout / 1e6));