HomeSort by relevance Sort by last modified time
    Searched full:thread_func (Results 26 - 50 of 74) sorted by null

12 3

  /external/valgrind/main/drd/tests/
read_and_free_race.stderr.exp 6 by 0x........: thread_func (free_is_write.c:?)
rwlock_test.c 26 static void* thread_func(void* arg) function
90 err = pthread_create(&tid[i], &attr, thread_func, 0);
pth_cond_race.stderr.exp 5 by 0x........: thread_func (pth_cond_race.c:?)
annotate_rwlock.c 123 static void* thread_func(void* arg) function
150 pthread_create(&tid[i], 0, thread_func, 0);
pth_broadcast.c 86 static void thread_func(struct cthread* thread_info) function
155 (void*(*)(void*))thread_func, &*p);
annotate_smart_pointer.cpp 297 static void* thread_func(void* arg) function
319 T[i].Create(thread_func, new smart_ptr<counter>(p));
pth_inconsistent_cond_wait.stderr.exp1 5 by 0x........: thread_func (pth_inconsistent_cond_wait.c:?)
pth_inconsistent_cond_wait.stderr.exp2 5 by 0x........: thread_func (pth_inconsistent_cond_wait.c:?)
monitor_example.cpp 211 static void* thread_func(void*) function
223 pthread_create(&tid, 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) {
  /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 );
test_sem_post.c 45 thread_func(void* arg) function
70 if ( pthread_create( &t[nn], NULL, thread_func, &semaphore ) < 0 ) {
test_semaphore.c 102 typedef void* (*thread_func)(void*); typedef
104 static const thread_func thread_routines[] =
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 137 static void* thread_func(void* arg) function
164 pthread_create(&tid[i], 0, thread_func, 0);
rwlock_race.stderr.exp 22 at 0x........: thread_func (rwlock_race.c:29)
28 at 0x........: thread_func (rwlock_race.c:29)
free_is_write.stderr.exp 20 by 0x........: thread_func (free_is_write.c:15)
  /system/extras/tests/bionic/libc/bionic/
test_cond.c 67 typedef void* (*thread_func)(void*); typedef
68 static const thread_func thread_routines[] =
  /external/chromium_org/ppapi/tests/
test_case.cc 258 void (*thread_func)(void*),
262 PP_CreateThread(&thread, thread_func, thread_param);
test_case.h 212 // RunOnThreadInternal launches a new thread to run |thread_func|, waits
214 void RunOnThreadInternal(void (*thread_func)(void*),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so 
libpulse-simple.so.0 
libpulse-simple.so.0.0 
libpulse-simple.so.0.0.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse-simple.so 
libpulse-simple.so.0 

Completed in 106 milliseconds

12 3