Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dthread_test.cc43 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { in run_thread() function
72 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { in run_thread() function
120 ASSERT_TRUE(run_thread(&thread1, call_once_thread)); in TEST()
121 ASSERT_TRUE(run_thread(&thread2, call_once_thread)); in TEST()
162 ASSERT_TRUE(run_thread(&thread, []() { in TEST()
181 ASSERT_TRUE(run_thread(&thread, []() {})); in TEST()
193 ASSERT_TRUE(run_thread(&thread, []() { in TEST()
/external/autotest/client/tests/monotonic_time/src/
Dthreads.c33 static void *run_thread(void *arg) in run_thread() function
70 err = pthread_create(&thread->thread, NULL, run_thread, thread); in create_per_cpu_threads()
/external/curl/docs/examples/
Dthreaded-shared-conn.c97 static void *run_thread(void *ptr) in run_thread() function
138 error = pthread_create(&tid[i], NULL, run_thread, &url[i]); in main()
/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
Ddata_utils.py520 self.run_thread = None
541 self.run_thread = threading.Thread(target=self._run)
542 self.run_thread.daemon = True
543 self.run_thread.start()
616 self.run_thread.join(timeout)
/external/python/cpython2/Lib/test/
Dtest_gc.py347 def run_thread(): function
358 t = threading.Thread(target=run_thread)
/external/python/cpython3/Lib/test/
Dtest_gc.py394 def run_thread(): function
405 t = threading.Thread(target=run_thread)
/external/valgrind/callgrind/
Dthreads.c181 void CLG_(run_thread)(ThreadId tid) in CLG_() argument
Dglobal.h763 void CLG_(run_thread)(ThreadId tid);
Dmain.c1962 CLG_(run_thread)( tid ); in clg_start_client_code_callback() local
2033 CLG_(run_thread)(1); in CLG_()