HomeSort by relevance Sort by last modified time
    Searched refs:thread_func (Results 1 - 25 of 41) sorted by null

1 2

  /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);
annotate_hb_race.c 17 static void* thread_func(void* arg) function
34 pthread_create(&tid[0], 0, thread_func, &result[0]);
35 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_ignore_rw.c 13 static void* thread_func(void* arg) function
42 pthread_create(&tid, 0, thread_func, 0);
annotate_ignore_write.c 13 static void* thread_func(void* arg) function
41 pthread_create(&tid, 0, thread_func, 0);
annotate_static.cpp 22 static void* thread_func(void*) function
40 pthread_create(&tid, 0, thread_func, NULL);
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);
qt4_atomic.cpp 21 void* thread_func(void* pArg) function
47 pthread_create(&tid[i], 0, thread_func, &thread_arg[i]);
read_after_free.c 11 static void* thread_func(void* arg) function
33 pthread_create(&tid, NULL, thread_func, NULL);
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 4 at 0x........: thread_func (rwlock_race.c:?)
10 at 0x........: thread_func (rwlock_race.c:?)
sem_open.c 13 static void* thread_func(void*);
84 pthread_create(&threadid, 0, thread_func, 0);
86 sleep(1); /* Wait until thread_func() finished. */
105 static void* thread_func(void* thread_arg) function
sigalrm.c 46 void* thread_func(void* thread_arg) function
78 pthread_create(&threadid, 0, thread_func, 0);
  /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) {
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.stderr.exp 13 by 0x........: thread_func (annotate_rwlock.c:144)
18 by 0x........: thread_func (annotate_rwlock.c:147)
24 by 0x........: thread_func (annotate_rwlock.c:144)
29 by 0x........: thread_func (annotate_rwlock.c:144)
35 by 0x........: thread_func (annotate_rwlock.c:144)
40 by 0x........: thread_func (annotate_rwlock.c:149)
46 by 0x........: thread_func (annotate_rwlock.c:146)
51 by 0x........: thread_func (annotate_rwlock.c:149)
57 by 0x........: thread_func (annotate_rwlock.c:147)
62 by 0x........: thread_func (annotate_rwlock.c:149
    [all...]
rwlock_race.stderr.exp 13 at 0x........: thread_func (rwlock_race.c:29)
17 at 0x........: thread_func (rwlock_race.c:29)
  /system/extras/tests/bionic/libc/bionic/
test_cond.c 67 typedef void* (*thread_func)(void*); typedef
68 static const thread_func thread_routines[] =
  /system/extras/tests/bionic/libc/common/
test_pthread_getcpuclockid.c 39 thread_func( void* arg ) function
79 pthread_create( &threads[nn], &attr, thread_func, (void*)nn );

Completed in 613 milliseconds

1 2