Home
last modified time | relevance | path

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

123

/external/valgrind/drd/tests/
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 instance 4
[all …]
Dthread_name_xml.stderr.exp32 thread_func instance 1
68 thread_func instance 2
104 thread_func instance 3
140 thread_func instance 4
176 thread_func instance 5
212 thread_func instance 6
248 thread_func instance 7
284 thread_func instance 8
320 thread_func instance 9
356 thread_func instance 10
Dannotate_hb_race.c17 static void* thread_func(void* arg) in thread_func() function
35 pthread_create(&tid[0], 0, thread_func, &result[0]); in main()
36 pthread_create(&tid[1], 0, thread_func, &result[1]); in main()
Drwlock_race.c26 static void* thread_func(void* arg) in thread_func() function
47 pthread_create(&thread1, 0, thread_func, 0); in main()
48 pthread_create(&thread2, 0, thread_func, 0); in main()
Dpth_cond_race.c13 static void* thread_func(void* thread_arg);
46 pthread_create(&threadid, 0, thread_func, 0); in main()
59 static void* thread_func(void* thread_arg) in thread_func() function
Dsem_as_mutex.c13 static void* thread_func(void*);
72 pthread_create(&threadid, 0, thread_func, 0); in main()
92 static void* thread_func(void* thread_arg) in thread_func() function
Dfp_race.c12 static void* thread_func(void*);
71 pthread_create(&threadid, 0, thread_func, 0); in main()
91 static void* thread_func(void* thread_arg) in thread_func() function
Dpth_create_chain.c15 static void* thread_func(void* p) in thread_func() function
27 pthread_create(&s_thread[thread_count], &attr, thread_func, in thread_func()
51 pthread_create(&s_thread[thread_count], &attr, thread_func, in main()
Dsem_open.c13 static void* thread_func(void*);
85 pthread_create(&threadid, 0, thread_func, 0); in main()
106 static void* thread_func(void* thread_arg) in thread_func() function
Dpth_detached3.c8 static void* thread_func(void* arg) in thread_func() function
17 pthread_create(&thread, NULL, thread_func, NULL); in main()
Dlinuxthreads_det.c14 void* thread_func(void* arg) in thread_func() function
32 pthread_create(&threadid, 0, thread_func, 0); in main()
Dpth_create_glibc_2_0.c19 static void* thread_func(void *arg) in thread_func() function
30 result = (*pthread_create_glibc_2_0)(&thr, 0, thread_func, 0); in main()
Dpth_inconsistent_cond_wait.c75 static void* thread_func(void* mutex) in thread_func() function
118 PTH_CALL(pthread_create(&tid1, 0, &thread_func, &s_mutex1)); in main()
119 PTH_CALL(pthread_create(&tid2, 0, &thread_func, &s_mutex2)); in main()
Dannotate_static.cpp22 static void* thread_func(void*) in thread_func() function
40 pthread_create(&tid, 0, thread_func, NULL); in main()
Dboost_thread.cpp15 static void thread_func(void) in thread_func() function
27 boost::thread t(thread_func); in main()
Dannotate_ignore_write.c14 static void* thread_func(void* arg) in thread_func() function
43 pthread_create(&tid, 0, thread_func, 0); in main()
Dannotate_ignore_rw.c14 static void* thread_func(void* arg) in thread_func() function
43 pthread_create(&tid, 0, thread_func, 0); in main()
Drwlock_race.stderr.exp3 at 0x........: thread_func (rwlock_race.c:?)
9 at 0x........: thread_func (rwlock_race.c:?)
Dlocal_static.cpp17 void* thread_func(void*) in thread_func() function
37 if (pthread_create(&*p, 0, thread_func, 0) != 0) { in main()
/external/boringssl/src/crypto/
Dthread_test.c31 void (*thread_func)(void); in thread_run() local
33 memcpy(&thread_func, &arg, sizeof(thread_func)); in thread_run()
34 thread_func(); in thread_run()
38 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { in run_thread()
41 memcpy(&arg, &thread_func, sizeof(arg)); in run_thread()
60 void (*thread_func)(void) = arg; in thread_run() local
61 thread_func(); in thread_run()
65 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { in run_thread()
67 thread_func) == 0; in run_thread()
/external/valgrind/helgrind/tests/
Dannotate_rwlock.stderr.exp20 by 0x........: thread_func (annotate_rwlock.c:144)
27 by 0x........: thread_func (annotate_rwlock.c:147)
37 by 0x........: thread_func (annotate_rwlock.c:144)
44 by 0x........: thread_func (annotate_rwlock.c:144)
54 by 0x........: thread_func (annotate_rwlock.c:144)
61 by 0x........: thread_func (annotate_rwlock.c:149)
71 by 0x........: thread_func (annotate_rwlock.c:146)
78 by 0x........: thread_func (annotate_rwlock.c:149)
88 by 0x........: thread_func (annotate_rwlock.c:147)
95 by 0x........: thread_func (annotate_rwlock.c:149)
[all …]
Dfree_is_write.c12 static void* thread_func(void* arg) in thread_func() function
32 pthread_create(&tid, NULL, thread_func, NULL); in main()
/external/compiler-rt/test/lsan/TestCases/
Dcleanup_in_tsd_destructor.c26 void *thread_func(void *arg) { in thread_func() function
38 res = pthread_create(&thread_id, 0, thread_func, 0); in main()
Ddisabler_in_tsd_destructor.c24 void *thread_func(void *arg) { in thread_func() function
34 res = pthread_create(&thread_id, 0, thread_func, 0); in main()
/external/valgrind/memcheck/tests/solaris/
Dthr_daemon_exit_standalone.c137 static void thread_func(void) { in thread_func() function
155 ucontext.uc_mcontext.gregs[EIP] = (greg_t) thread_func; in lwp_create()
160 ucontext.uc_mcontext.gregs[REG_RIP] = (greg_t) thread_func; in lwp_create()

123