Searched refs:thread_ptr (Results 1 – 1 of 1) sorted by relevance
1018 volatile HANDLE* thread_ptr = &handle->pipe.conn.readfile_thread_handle; in uv__pipe_interrupt_read() local1022 thread = *thread_ptr; in uv__pipe_interrupt_read()1026 *thread_ptr = INVALID_HANDLE_VALUE; in uv__pipe_interrupt_read()1035 thread = *thread_ptr; in uv__pipe_interrupt_read()1246 volatile HANDLE* thread_ptr = &handle->pipe.conn.readfile_thread_handle; in uv_pipe_zero_readfile_thread_proc() local1271 if (*thread_ptr == INVALID_HANDLE_VALUE) { in uv_pipe_zero_readfile_thread_proc()1276 assert(*thread_ptr == NULL); 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()1291 *thread_ptr = INVALID_HANDLE_VALUE; in uv_pipe_zero_readfile_thread_proc()
Completed in 7 milliseconds