/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
D | 4-1-buildonly.c | 17 static void *thread_function(void *arg PTS_ATTRIBUTE_UNUSED) in thread_function() function 26 pthread_create(&a_thread, NULL, thread_function, NULL); in dummy_func()
|
/third_party/boost/libs/asio/include/boost/asio/impl/ |
D | thread_pool.ipp | 28 struct thread_pool::thread_function 68 thread_function f = { &scheduler_ }; 94 thread_function f = { &scheduler_ }; 112 thread_function f = { &scheduler_ };
|
D | system_context.ipp | 26 struct system_context::thread_function 53 thread_function f = { &scheduler_ };
|
/third_party/boost/boost/asio/impl/ |
D | thread_pool.ipp | 28 struct thread_pool::thread_function 68 thread_function f = { &scheduler_ }; 94 thread_function f = { &scheduler_ }; 112 thread_function f = { &scheduler_ };
|
D | system_context.ipp | 26 struct system_context::thread_function 53 thread_function f = { &scheduler_ };
|
/third_party/boost/libs/test/test/multithreading-ts/ |
D | sync-access-test.cpp | 30 static void thread_function(boost::barrier& b) in thread_function() function 52 …tg.create_thread(boost::bind(thread_function, ref(b))); /// create a thread and pass it the barrier
|
/third_party/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 71 thread_function(void *thread_data) in thread_function() function 117 threads[i] = u_thread_create(thread_function, (void *) &thread_ids[i]); in main()
|
/third_party/boost/libs/atomic/test/ |
D | atomicity_ref.cpp | 68 … boost::thread(boost::bind(&concurrent_runner::thread_function, this, fn, 0)).swap(first_thread_); in concurrent_runner() 69 … boost::thread(boost::bind(&concurrent_runner::thread_function, this, fn, 1)).swap(second_thread_); in concurrent_runner() 104 void thread_function(boost::function<bool(std::size_t)> function, std::size_t instance) in thread_function() function in concurrent_runner
|
D | atomicity.cpp | 62 … boost::thread(boost::bind(&concurrent_runner::thread_function, this, fn, 0)).swap(first_thread_); in concurrent_runner() 63 … boost::thread(boost::bind(&concurrent_runner::thread_function, this, fn, 1)).swap(second_thread_); in concurrent_runner() 98 void thread_function(boost::function<bool(std::size_t)> function, std::size_t instance) in thread_function() function in concurrent_runner
|
/third_party/boost/boost/asio/detail/ |
D | scheduler.hpp | 170 class thread_function; 171 friend class thread_function;
|
D | select_reactor.hpp | 209 class thread_function; 210 friend class thread_function;
|
D | win_iocp_io_context.hpp | 296 struct thread_function; 297 friend struct thread_function;
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | scheduler.hpp | 170 class thread_function; 171 friend class thread_function;
|
D | select_reactor.hpp | 209 class thread_function; 210 friend class thread_function;
|
D | win_iocp_io_context.hpp | 296 struct thread_function; 297 friend struct thread_function;
|
/third_party/boost/boost/asio/ |
D | system_context.hpp | 67 struct thread_function;
|
D | thread_pool.hpp | 149 struct thread_function;
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | system_context.hpp | 67 struct thread_function;
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | win_iocp_io_context.ipp | 37 struct win_iocp_io_context::thread_function 39 explicit thread_function(win_iocp_io_context* s) 109 thread_.reset(new boost::asio::detail::thread(thread_function(this))); 571 timer_thread_function thread_function = { this }; 572 timer_thread_.reset(new thread(thread_function, 65536));
|
D | select_reactor.ipp | 38 class select_reactor::thread_function 41 explicit thread_function(select_reactor* r) 69 thread_ = new boost::asio::detail::thread(thread_function(this));
|
D | scheduler.ipp | 34 class scheduler::thread_function 37 explicit thread_function(scheduler* s) 131 thread_ = new boost::asio::detail::thread(thread_function(this));
|
/third_party/boost/boost/asio/detail/impl/ |
D | win_iocp_io_context.ipp | 37 struct win_iocp_io_context::thread_function 39 explicit thread_function(win_iocp_io_context* s) 109 thread_.reset(new boost::asio::detail::thread(thread_function(this))); 571 timer_thread_function thread_function = { this }; 572 timer_thread_.reset(new thread(thread_function, 65536));
|
D | select_reactor.ipp | 38 class select_reactor::thread_function 41 explicit thread_function(select_reactor* r) 69 thread_ = new boost::asio::detail::thread(thread_function(this));
|
D | scheduler.ipp | 34 class scheduler::thread_function 37 explicit thread_function(scheduler* s) 131 thread_ = new boost::asio::detail::thread(thread_function(this));
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast.c | 1193 thread_function(void *init_data) in thread_function() function 1276 rast->threads[i] = u_thread_create(thread_function, in create_rast_threads()
|