Lines Matching refs:thread
1017 HANDLE thread; in uv__pipe_interrupt_read() local
1022 thread = *thread_ptr; in uv__pipe_interrupt_read()
1023 if (thread == NULL) { in uv__pipe_interrupt_read()
1031 while (thread != INVALID_HANDLE_VALUE) { in uv__pipe_interrupt_read()
1032 r = CancelSynchronousIo(thread); in uv__pipe_interrupt_read()
1035 thread = *thread_ptr; in uv__pipe_interrupt_read()
1248 HANDLE thread; in uv_pipe_zero_readfile_thread_proc() local
1261 &thread, in uv_pipe_zero_readfile_thread_proc()
1277 *thread_ptr = thread; in uv_pipe_zero_readfile_thread_proc()
1290 assert(thread == *thread_ptr); in uv_pipe_zero_readfile_thread_proc()
1301 CloseHandle(thread); in uv_pipe_zero_readfile_thread_proc()