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

12

/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_spinlock.c20 static void* thread_func(void* arg) function
46 pthread_create(&tid[i], 0, thread_func, 0);
H A Dread_after_free.c11 static void* thread_func(void* arg) function
33 pthread_create(&tid, NULL, thread_func, NULL);
H A Dthread_name.c18 static void* thread_func(void* argp) function
25 "thread_func instance %d", thread_num + 1);
52 pthread_create(&tid[i], 0, thread_func, (void*)(ptrdiff_t)i);
H A Drwlock_race.stderr.exp3 at 0x........: thread_func (rwlock_race.c:?)
9 at 0x........: thread_func (rwlock_race.c:?)
H A Dsem_open.c13 static void* thread_func(void*);
85 pthread_create(&threadid, 0, thread_func, 0);
87 sleep(1); /* Wait until thread_func() finished. */
106 static void* thread_func(void* thread_arg) function
H A Dfree_is_write.c20 void* thread_func(void* arg) function
47 result = pthread_create(&thread[i], 0, thread_func, 0);
H A Dsigalrm.c46 void* thread_func(void* thread_arg) function
75 pthread_create(&threadid, 0, thread_func, 0);
H A Dpth_inconsistent_cond_wait.c75 static void* thread_func(void* mutex) function
117 PTH_CALL(pthread_create(&tid1, 0, &thread_func, &s_mutex1));
118 PTH_CALL(pthread_create(&tid2, 0, &thread_func, &s_mutex2));
/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);
H A Dannotate_rwlock.stderr.exp22 by 0x........: thread_func (annotate_rwlock.c:144)
29 by 0x........: thread_func (annotate_rwlock.c:147)
38 by 0x........: thread_func (annotate_rwlock.c:144)
45 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)
70 by 0x........: thread_func (annotate_rwlock.c:146)
77 by 0x........: thread_func (annotate_rwlock.c:149)
86 by 0x........: thread_func (annotate_rwlock.c:147)
93 by 0x........: thread_func (annotate_rwloc
[all...]
H A Drwlock_race.stderr.exp22 at 0x........: thread_func (rwlock_race.c:29)
28 at 0x........: thread_func (rwlock_race.c:29)

Completed in 1131 milliseconds

12