HomeSort by relevance Sort by last modified time
    Searched refs:thread_func (Results 26 - 45 of 45) sorted by null

12

  /external/valgrind/main/drd/tests/
sigalrm.c 46 void* thread_func(void* thread_arg) function
75 if (pthread_create(&threadid, 0, thread_func, 0) != 0) {
pth_inconsistent_cond_wait.c 75 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));
rwlock_test.c 26 static void* thread_func(void* arg) function
90 err = pthread_create(&tid[i], &attr, thread_func, 0);
annotate_rwlock.c 123 static void* thread_func(void* arg) function
150 pthread_create(&tid[i], 0, thread_func, 0);
monitor_example.cpp 211 static void* thread_func(void*) function
223 pthread_create(&tid, 0, thread_func, 0);
pth_cond_race.stderr.exp 5 by 0x........: thread_func (pth_cond_race.c:?)
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));
  /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 );
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/
rwlock_race.stderr.exp 22 at 0x........: thread_func (rwlock_race.c:29)
28 at 0x........: thread_func (rwlock_race.c:29)
annotate_rwlock.c 137 static void* thread_func(void* arg) function
164 pthread_create(&tid[i], 0, thread_func, 0);
free_is_write.stderr.exp 20 by 0x........: thread_func (free_is_write.c:15)
  /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*),
  /external/linux-tools-perf/
builtin-sched.c 460 static void *thread_func(void *ctx) function
540 err = pthread_create(&task->thread, &attr, thread_func, task);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 1286 thread_ctx[i] = spawn_thread((thread_func)ndoit,
  /external/openssl/crypto/threads/
mttest.c 1286 thread_ctx[i] = spawn_thread((thread_func)ndoit,

Completed in 1207 milliseconds

12