Home
last modified time | relevance | path

Searched refs:wait_handle (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dtcp.c249 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 …]
H A Dprocess.c145 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()
H A Dstream-inl.h44 handle->read_req.wait_handle = INVALID_HANDLE_VALUE; in uv__stream_init()
H A Dpipe.c663 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()
/netbsd-src/external/mit/libuv/dist/include/uv/
H A Dwin.h393 HANDLE wait_handle;
416 HANDLE wait_handle; \
423 HANDLE wait_handle; \
610 HANDLE wait_handle; \
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_advlock.c772 void *wait_handle = NULL; in nlm_setlock() local
797 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()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20063670 (struct serial_ops) [USE_WIN32API]: Add wait_handle.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20063670 (struct serial_ops) [USE_WIN32API]: Add wait_handle.