/external/valgrind/main/drd/tests/ |
thread_name.stderr.exp | 3 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 [all...] |
linuxthreads_det.c | 14 void* thread_func(void* arg) function 32 pthread_create(&threadid, 0, thread_func, 0);
|
pth_create_glibc_2_0.c | 19 static void* thread_func(void *arg) function 30 result = (*pthread_create_glibc_2_0)(&thr, 0, thread_func, 0);
|
pth_detached3.c | 8 static void* thread_func(void* arg) function 17 pthread_create(&thread, NULL, thread_func, NULL);
|
annotate_hb_race.c | 17 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]);
|
rwlock_race.c | 26 static void* thread_func(void* arg) function 47 pthread_create(&thread1, 0, thread_func, 0); 48 pthread_create(&thread2, 0, thread_func, 0);
|
fp_race.c | 12 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
|
pth_cond_race.c | 13 static void* thread_func(void* thread_arg); 46 pthread_create(&threadid, 0, thread_func, 0); 59 static void* thread_func(void* thread_arg) function
|
pth_create_chain.c | 14 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,
|
sem_as_mutex.c | 13 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
|
annotate_static.cpp | 22 static void* thread_func(void*) function 40 pthread_create(&tid, 0, thread_func, NULL);
|
annotate_ignore_rw.c | 14 static void* thread_func(void* arg) function 43 pthread_create(&tid, 0, thread_func, 0);
|
annotate_ignore_write.c | 14 static void* thread_func(void* arg) function 43 pthread_create(&tid, 0, thread_func, 0);
|
boost_thread.cpp | 15 static void thread_func(void) function 27 boost::thread t(thread_func);
|
pth_spinlock.c | 20 static void* thread_func(void* arg) function 46 pthread_create(&tid[i], 0, thread_func, 0);
|
thread_name.c | 18 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);
|
rwlock_race.stderr.exp | 3 at 0x........: thread_func (rwlock_race.c:?) 9 at 0x........: thread_func (rwlock_race.c:?)
|
sem_open.c | 13 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
|
thread_name_xml.stderr.exp | 32 thread_func instance 1 51 <fn>thread_func</fn> 68 thread_func instance 2 87 <fn>thread_func</fn> 104 thread_func instance 3 123 <fn>thread_func</fn> 140 thread_func instance 4 159 <fn>thread_func</fn> 176 thread_func instance 5 195 <fn>thread_func</fn [all...] |
free_is_write.c | 20 void* thread_func(void* arg) function 47 result = pthread_create(&thread[i], 0, thread_func, 0);
|
read_and_free_race.stderr.exp | 6 by 0x........: thread_func (free_is_write.c:?)
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
disabler_in_tsd_destructor.cc | 23 void *thread_func(void *arg) { function 33 res = pthread_create(&thread_id, 0, thread_func, 0);
|
/external/valgrind/main/helgrind/tests/ |
free_is_write.c | 12 static void* thread_func(void* arg) function 32 pthread_create(&tid, NULL, thread_func, NULL);
|
annotate_rwlock.stderr.exp | 22 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_rwlock.c:149 [all...] |
/system/extras/tests/bionic/libc/other/ |
test_thread_max.c | 34 thread_func( void* arg ) function 53 if (pthread_create( &thread, &attr, thread_func, (void*)(long)count ) < 0) {
|