Searched refs:thread_ptr (Results 1 – 3 of 3) sorted by relevance
59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef61 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()66 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()77 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef79 typedef boost::csbl::list<thread_ptr > thread_ptr_list; in main()84 threads.push_back(thread_ptr(new boost::thread(&increment_count))); in main()87 thread_ptr sth(new boost::thread(&increment_count)); in main()
228 void AddHistogramEntry(double start, bool ok, Thread* thread_ptr) { in AddHistogramEntry() argument234 thread_ptr->UpdateHistogram(&entry); in AddHistogramEntry()
944 volatile HANDLE* thread_ptr = &handle->pipe.conn.readfile_thread_handle; in uv__pipe_interrupt_read() local948 thread = *thread_ptr; in uv__pipe_interrupt_read()952 *thread_ptr = INVALID_HANDLE_VALUE; in uv__pipe_interrupt_read()961 thread = *thread_ptr; in uv__pipe_interrupt_read()1176 volatile HANDLE* thread_ptr = &handle->pipe.conn.readfile_thread_handle; in uv_pipe_zero_readfile_thread_proc() local1201 if (*thread_ptr == INVALID_HANDLE_VALUE) { in uv_pipe_zero_readfile_thread_proc()1206 assert(*thread_ptr == NULL); in uv_pipe_zero_readfile_thread_proc()1207 *thread_ptr = thread; in uv_pipe_zero_readfile_thread_proc()1220 assert(thread == *thread_ptr); in uv_pipe_zero_readfile_thread_proc()1221 *thread_ptr = INVALID_HANDLE_VALUE; in uv_pipe_zero_readfile_thread_proc()