Home
last modified time | relevance | path

Searched refs:thread_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/thread/test/threads/container/
Dthread_ptr_list_pass.cpp59 typedef boost::shared_ptr<boost::thread > thread_ptr; in main() typedef
61 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() typedef
79 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()
/third_party/grpc/test/cpp/qps/
Dclient_callback.cc228 void AddHistogramEntry(double start, bool ok, Thread* thread_ptr) { in AddHistogramEntry() argument
234 thread_ptr->UpdateHistogram(&entry); in AddHistogramEntry()
/third_party/libuv/src/win/
Dpipe.c944 volatile HANDLE* thread_ptr = &handle->pipe.conn.readfile_thread_handle; in uv__pipe_interrupt_read() local
948 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() local
1201 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()