Home
last modified time | relevance | path

Searched refs:thread_function (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D4-1-buildonly.c17 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/
Dthread_pool.ipp28 struct thread_pool::thread_function
68 thread_function f = { &scheduler_ };
94 thread_function f = { &scheduler_ };
112 thread_function f = { &scheduler_ };
Dsystem_context.ipp26 struct system_context::thread_function
53 thread_function f = { &scheduler_ };
/third_party/boost/boost/asio/impl/
Dthread_pool.ipp28 struct thread_pool::thread_function
68 thread_function f = { &scheduler_ };
94 thread_function f = { &scheduler_ };
112 thread_function f = { &scheduler_ };
Dsystem_context.ipp26 struct system_context::thread_function
53 thread_function f = { &scheduler_ };
/third_party/boost/libs/test/test/multithreading-ts/
Dsync-access-test.cpp30 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/
Dpipe_barrier_test.c71 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/
Datomicity_ref.cpp68 … 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
Datomicity.cpp62 … 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/
Dscheduler.hpp170 class thread_function;
171 friend class thread_function;
Dselect_reactor.hpp209 class thread_function;
210 friend class thread_function;
Dwin_iocp_io_context.hpp296 struct thread_function;
297 friend struct thread_function;
/third_party/boost/libs/asio/include/boost/asio/detail/
Dscheduler.hpp170 class thread_function;
171 friend class thread_function;
Dselect_reactor.hpp209 class thread_function;
210 friend class thread_function;
Dwin_iocp_io_context.hpp296 struct thread_function;
297 friend struct thread_function;
/third_party/boost/boost/asio/
Dsystem_context.hpp67 struct thread_function;
Dthread_pool.hpp149 struct thread_function;
/third_party/boost/libs/asio/include/boost/asio/
Dsystem_context.hpp67 struct thread_function;
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwin_iocp_io_context.ipp37 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));
Dselect_reactor.ipp38 class select_reactor::thread_function
41 explicit thread_function(select_reactor* r)
69 thread_ = new boost::asio::detail::thread(thread_function(this));
Dscheduler.ipp34 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/
Dwin_iocp_io_context.ipp37 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));
Dselect_reactor.ipp38 class select_reactor::thread_function
41 explicit thread_function(select_reactor* r)
69 thread_ = new boost::asio::detail::thread(thread_function(this));
Dscheduler.ipp34 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/
Dlp_rast.c1193 thread_function(void *init_data) in thread_function() function
1276 rast->threads[i] = u_thread_create(thread_function, in create_rast_threads()

12