/external/usrsctp/usrsctplib/netinet/ |
D | sctp_userspace.c | 57 start_routine_t start_routine = (start_routine_t)arg; in sctp_create_thread_adapter() local 62 sctp_userspace_thread_create(userland_thread_t *thread, start_routine_t start_routine) in sctp_userspace_thread_create() 77 sctp_userspace_thread_create(userland_thread_t *thread, start_routine_t start_routine) in sctp_userspace_thread_create()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | concurrent_overflow.cpp | 10 static void *start_routine(void *arg) { in start_routine() function
|
/external/python/cffi/testing/embedding/ |
D | thread1-test.c | 13 static void *start_routine(void *arg) in start_routine() function
|
D | tlocal-test.c | 13 static void *start_routine(void *arg) in start_routine() function
|
D | perf-test.c | 52 static void *start_routine(void *arg) in start_routine() function
|
D | thread-test.h | 80 void *(* start_routine)(void *) = (void *(*)(void *))lpParameter; in myThreadProc() local
|
/external/compiler-rt/lib/safestack/ |
D | safestack.cc | 127 void *(*start_routine)(void *); member 140 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() local
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.cc | 10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
|
/external/llvm-project/compiler-rt/lib/safestack/ |
D | safestack.cpp | 117 void *(*start_routine)(void *); member 130 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() local
|
/external/llvm-project/openmp/runtime/test/ |
D | omp_testsuite.h | 30 void* (*start_routine)(void*); member
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_pthread_wrappers.h | 31 void *(*start_routine)(void *); member
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_pthread_wrappers.h | 32 void *(*start_routine)(void *); member
|
/external/zstd/lib/common/ |
D | threading.h | 67 void* (*start_routine)(void*); member
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_thread.cpp | 10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_thread.cpp | 74 MemprofThread *MemprofThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.cc | 83 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_thread.cpp | 77 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
D | asan_win.cpp | 141 SIZE_T stack_size, LPTHREAD_START_ROUTINE start_routine, in INTERCEPTOR_WINAPI()
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 356 void *start_routine; member 372 void *start_routine, void *arg, dfsan_label thread_label, in __dfsw_pthread_create()
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cpp | 398 void *start_routine; member 414 void *start_routine, void *arg, dfsan_label thread_label, in __dfsw_pthread_create()
|
/external/autotest/client/tests/aiostress/ |
D | aio-stress.c | 1212 typedef void * (*start_routine)(void *); typedef
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 1236 typedef void *(*start_routine) (void *); typedef
|