Home
last modified time | relevance | path

Searched refs:run_thread (Results 1 – 22 of 22) sorted by relevance

/third_party/openssl/test/
Dthreadstest.c21 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function
46 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function
71 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function
113 if (!TEST_true(run_thread(&thread, once_run_thread_cb)) in test_once()
165 || !TEST_true(run_thread(&thread, thread_local_thread_cb)) in test_thread_local()
Ddrbgtest.c885 static int run_thread(thread_t *t) in run_thread() function
911 static int run_thread(thread_t *t) in run_thread() function
935 run_thread(&t[i]); in test_multi_thread()
/third_party/boost/libs/thread/test/
Dtest_5542_2.cpp10 void run_thread() { in run_thread() function
15 boost::thread t(&run_thread); in main()
/third_party/glib/tests/refcount/
Dobjects.c100 run_thread (GTest * test) in run_thread() function
136 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL); in main()
139 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL); in main()
Dsignals.c225 run_thread (GTest * test) in run_thread() function
281 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL); in main()
284 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL); in main()
Dproperties3.c139 run_thread (GTest * test) in run_thread() function
178 thread = g_thread_create ((GThreadFunc) run_thread, test, TRUE, NULL); in main()
Dproperties.c176 run_thread (GTest * test) in run_thread() function
216 test_threads[i] = g_thread_create ((GThreadFunc) run_thread, test_objects[i], TRUE, NULL); in main()
/third_party/curl/tests/libtest/
Dlib1541.c90 static void *run_thread(void *ptr) in run_thread() function
132 error = pthread_create(&tid[i], NULL, run_thread, &url[i]); in test()
Dlib1565.c44 static void *run_thread(void *ptr) in run_thread() function
110 res = pthread_create(&tid, NULL, run_thread, NULL); in test()
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay.c40 static gboolean run_thread = FALSE; variable
244 if (run_thread) { in pipeline_runner_func()
304 if (run_thread) { in pipeline_runner_func()
494 {"run-thread", 0, 0, G_OPTION_ARG_NONE, &run_thread, in main()
557 if (run_thread) { in main()
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwinrt_timer_scheduler.ipp78 void winrt_timer_scheduler::run_thread()
100 scheduler->run_thread();
Dselect_reactor.ipp48 this_->run_thread();
277 void select_reactor::run_thread()
/third_party/boost/boost/asio/detail/impl/
Dwinrt_timer_scheduler.ipp78 void winrt_timer_scheduler::run_thread()
100 scheduler->run_thread();
Dselect_reactor.ipp48 this_->run_thread();
277 void select_reactor::run_thread()
/third_party/boost/boost/asio/detail/
Dwinrt_timer_scheduler.hpp98 BOOST_ASIO_DECL void run_thread();
Dselect_reactor.hpp167 BOOST_ASIO_DECL void run_thread();
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwinrt_timer_scheduler.hpp98 BOOST_ASIO_DECL void run_thread();
Dselect_reactor.hpp167 BOOST_ASIO_DECL void run_thread();
/third_party/ltp/include/
Dtst_fuzzy_sync.h257 static inline void *tst_fzsync_thread_wrapper(void *run_thread) in tst_fzsync_thread_wrapper() argument
259 struct tst_fzsync_run_thread t = *(struct tst_fzsync_run_thread *)run_thread; in tst_fzsync_thread_wrapper()
/third_party/python/Lib/test/
Dtest_threading.py1510 def run_thread(): function
1520 default_output = run_thread()
1522 custom_hook_output = run_thread()
1524 recovered_output = run_thread()
Dtest_gc.py406 def run_thread(): function
417 t = threading.Thread(target=run_thread)
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.81095 (gst_test_do_prop), (run_thread), (main):