HomeSort by relevance Sort by last modified time
    Searched defs:start_routine (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_pthread_wrappers.h 32 void *(*start_routine)(void *); member in struct:PthreadHelperCreateThreadInfo
39 void *ret = (start_data->start_routine)(start_data->arg);
45 void *(*start_routine)(void *), void *arg) {
48 data->start_routine = start_routine;
  /external/compiler-rt/lib/safestack/
safestack.cc 127 void *(*start_routine)(void *); member in struct:tinfo
140 void *(*start_routine)(void *) = tinfo->start_routine;
152 return start_routine(start_routine_arg);
173 void *(*start_routine)(void*), void *arg) {
197 tinfo->start_routine = start_routine;
  /bionic/libc/bionic/
pthread_internal.h 96 void* (*start_routine)(void*); member in class:pthread_internal_t
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 356 void *start_routine; member in struct:pthread_create_info
364 return pci.start_routine_trampoline(pci.start_routine, pci.arg, 0,
372 void *start_routine, void *arg, dfsan_label thread_label,
378 pci->start_routine = start_routine;
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 1212 typedef void * (*start_routine)(void *); typedef
1220 ret = pthread_create(&t[i].tid, NULL, (start_routine)worker, t + i);
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 1236 typedef void *(*start_routine) (void *); typedef
1244 pthread_create(&t[i].tid, NULL, (start_routine) worker,
    [all...]

Completed in 272 milliseconds