Searched refs:wait_handle (Results 1 – 8 of 8) sorted by relevance
249 if (req->wait_handle != INVALID_HANDLE_VALUE) { in uv__tcp_endgame()250 UnregisterWait(req->wait_handle); in uv__tcp_endgame()251 req->wait_handle = INVALID_HANDLE_VALUE; in uv__tcp_endgame()266 if (handle->read_req.wait_handle != INVALID_HANDLE_VALUE) { in uv__tcp_endgame()267 UnregisterWait(handle->read_req.wait_handle); in uv__tcp_endgame()268 handle->read_req.wait_handle = INVALID_HANDLE_VALUE; in uv__tcp_endgame()452 req->wait_handle == INVALID_HANDLE_VALUE && in uv__tcp_queue_accept()453 !RegisterWaitForSingleObject(&req->wait_handle, in uv__tcp_queue_accept()534 req->wait_handle == INVALID_HANDLE_VALUE && in uv__tcp_queue_read()535 !RegisterWaitForSingleObject(&req->wait_handle, in uv__tcp_queue_read()[all …]
145 handle->wait_handle = INVALID_HANDLE_VALUE; in uv__process_init()882 if (handle->wait_handle != INVALID_HANDLE_VALUE) { in uv__process_proc_exit()883 UnregisterWait(handle->wait_handle); in uv__process_proc_exit()884 handle->wait_handle = INVALID_HANDLE_VALUE; in uv__process_proc_exit()908 if (handle->wait_handle != INVALID_HANDLE_VALUE) { in uv__process_close()911 BOOL r = UnregisterWaitEx(handle->wait_handle, INVALID_HANDLE_VALUE); in uv__process_close()917 handle->wait_handle = INVALID_HANDLE_VALUE; in uv__process_close()1157 result = RegisterWaitForSingleObject(&process->wait_handle, in uv_spawn()
44 handle->read_req.wait_handle = INVALID_HANDLE_VALUE; in uv__stream_init()
663 if (handle->read_req.wait_handle != INVALID_HANDLE_VALUE) { in uv__pipe_endgame()664 UnregisterWait(handle->read_req.wait_handle); in uv__pipe_endgame()665 handle->read_req.wait_handle = INVALID_HANDLE_VALUE; in uv__pipe_endgame()1325 if (req->wait_handle == INVALID_HANDLE_VALUE) { in uv__pipe_queue_read()1326 if (!RegisterWaitForSingleObject(&req->wait_handle, in uv__pipe_queue_read()1504 req->wait_handle = INVALID_HANDLE_VALUE; in uv__pipe_write_data()1619 if (!RegisterWaitForSingleObject(&req->wait_handle, in uv__pipe_write_data()2039 if (req->wait_handle != INVALID_HANDLE_VALUE) { in uv__process_pipe_write_req()2040 UnregisterWait(req->wait_handle); in uv__process_pipe_write_req()2041 req->wait_handle = INVALID_HANDLE_VALUE; in uv__process_pipe_write_req()
393 HANDLE wait_handle;416 HANDLE wait_handle; \423 HANDLE wait_handle; \610 HANDLE wait_handle; \
772 void *wait_handle = NULL; in nlm_setlock() local797 wait_handle = nlm_register_wait_lock(&args.alock, vp); in nlm_setlock()809 nlm_deregister_wait_lock(wait_handle); in nlm_setlock()823 nlm_deregister_wait_lock(wait_handle); in nlm_setlock()849 error = nlm_wait_lock(wait_handle, retry); in nlm_setlock()
3670 (struct serial_ops) [USE_WIN32API]: Add wait_handle.