Searched refs:thread_func (Results 1 - 25 of 55) sorted by relevance

123

/external/valgrind/main/drd/tests/
H A Dthread_name.stderr.exp3 thread_func instance 1
5 Thread 2 (thread_func instance 1):
8 by 0x........: thread_func (thread_name.c:?)
12 thread_func instance 2
14 Thread 3 (thread_func instance 2):
17 by 0x........: thread_func (thread_name.c:?)
21 thread_func instance 3
23 Thread 4 (thread_func instance 3):
26 by 0x........: thread_func (thread_name.c:?)
30 thread_func instanc
[all...]
H A Dlinuxthreads_det.c14 void* thread_func(void* arg) function
32 pthread_create(&threadid, 0, thread_func, 0);
H A Dpth_create_glibc_2_0.c19 static void* thread_func(void *arg) function
30 result = (*pthread_create_glibc_2_0)(&thr, 0, thread_func, 0);
H A Dpth_detached3.c8 static void* thread_func(void* arg) function
17 pthread_create(&thread, NULL, thread_func, NULL);
H A Dannotate_hb_race.c17 static void* thread_func(void* arg) function
35 pthread_create(&tid[0], 0, thread_func, &result[0]);
36 pthread_create(&tid[1], 0, thread_func, &result[1]);
H A Drwlock_race.c26 static void* thread_func(void* arg) function
47 pthread_create(&thread1, 0, thread_func, 0);
48 pthread_create(&thread2, 0, thread_func, 0);
H A Dfp_race.c12 static void* thread_func(void*);
71 pthread_create(&threadid, 0, thread_func, 0);
73 sleep(1); /* Wait until thread_func() finished. */
91 static void* thread_func(void* thread_arg) function
H A Dpth_cond_race.c13 static void* thread_func(void* thread_arg);
46 pthread_create(&threadid, 0, thread_func, 0);
59 static void* thread_func(void* thread_arg) function
H A Dpth_create_chain.c14 static void* thread_func(void* p) function
22 pthread_create(&s_thread[thread_count], 0, thread_func,
42 pthread_create(&s_thread[thread_count], 0, thread_func,
H A Dsem_as_mutex.c13 static void* thread_func(void*);
72 pthread_create(&threadid, 0, thread_func, 0);
74 sleep(1); /* Wait until thread_func() finished. */
92 static void* thread_func(void* thread_arg) function
H A Dannotate_static.cpp22 static void* thread_func(void*) function
40 pthread_create(&tid, 0, thread_func, NULL);
H A Dannotate_ignore_rw.c14 static void* thread_func(void* arg) function
43 pthread_create(&tid, 0, thread_func, 0);
H A Dannotate_ignore_write.c14 static void* thread_func(void* arg) function
43 pthread_create(&tid, 0, thread_func, 0);
H A Dboost_thread.cpp15 static void thread_func(void) function
27 boost::thread t(thread_func);
H A Dpth_cond_destroy_busy.c25 static void* thread_func(void* thread_arg) function
45 pthread_create(&threadid, 0, thread_func, 0);
H A Dpth_spinlock.c20 static void* thread_func(void* arg) function
46 pthread_create(&tid[i], 0, thread_func, 0);
/external/lldb/test/functionalities/thread/multi_break/
H A Dmain.cpp35 thread_func (void *input) function
56 pthread_create (&thread_1, NULL, thread_func, NULL);
57 pthread_create (&thread_2, NULL, thread_func, NULL);
/external/lldb/test/functionalities/thread/step_out/
H A Dmain.cpp37 thread_func (void *input) function
58 pthread_create (&thread_1, NULL, thread_func, NULL);
59 pthread_create (&thread_2, NULL, thread_func, NULL);
/external/compiler-rt/test/lsan/TestCases/
H A Dcleanup_in_tsd_destructor.cc26 void *thread_func(void *arg) { function
38 res = pthread_create(&thread_id, 0, thread_func, 0);
H A Ddisabler_in_tsd_destructor.cc23 void *thread_func(void *arg) { function
33 res = pthread_create(&thread_id, 0, thread_func, 0);
/external/valgrind/main/helgrind/tests/
H A Dfree_is_write.c12 static void* thread_func(void* arg) function
32 pthread_create(&tid, NULL, thread_func, NULL);
/external/lldb/test/functionalities/stop-hook/multiple_threads/
H A Dmain.cpp42 thread_func (void *arg) function
78 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
79 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
80 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
/external/lldb/test/functionalities/watchpoint/multiple_threads/
H A Dmain.cpp44 thread_func (void *arg) function
82 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
83 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
84 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cc38 void *thread_func(void *arg) { function in namespace:__sanitizer
45 ASSERT_EQ(0, pthread_create(&tid, 0, &thread_func,
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
H A Dmain.cpp50 thread_func (void *arg) function
88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
89 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);

Completed in 494 milliseconds

123