Home
last modified time | relevance | path

Searched defs:start_routine (Results 1 – 22 of 22) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c57 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/
Dconcurrent_overflow.cpp10 static void *start_routine(void *arg) { in start_routine() function
/external/python/cffi/testing/embedding/
Dthread1-test.c13 static void *start_routine(void *arg) in start_routine() function
Dtlocal-test.c13 static void *start_routine(void *arg) in start_routine() function
Dperf-test.c52 static void *start_routine(void *arg) in start_routine() function
Dthread-test.h80 void *(* start_routine)(void *) = (void *(*)(void *))lpParameter; in myThreadProc() local
/external/compiler-rt/lib/safestack/
Dsafestack.cc127 void *(*start_routine)(void *); member
140 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() local
/external/compiler-rt/lib/msan/
Dmsan_thread.cc10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
/external/llvm-project/compiler-rt/lib/safestack/
Dsafestack.cpp117 void *(*start_routine)(void *); member
130 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() local
/external/llvm-project/openmp/runtime/test/
Domp_testsuite.h30 void* (*start_routine)(void*); member
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_pthread_wrappers.h31 void *(*start_routine)(void *); member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_pthread_wrappers.h32 void *(*start_routine)(void *); member
/external/zstd/lib/common/
Dthreading.h67 void* (*start_routine)(void*); member
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.cpp10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp74 MemprofThread *MemprofThread::Create(thread_callback_t start_routine, void *arg, in Create()
/external/compiler-rt/lib/asan/
Dasan_thread.cc83 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp77 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
Dasan_win.cpp141 SIZE_T stack_size, LPTHREAD_START_ROUTINE start_routine, in INTERCEPTOR_WINAPI()
/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc356 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/
Ddfsan_custom.cpp398 void *start_routine; member
414 void *start_routine, void *arg, dfsan_label thread_label, in __dfsw_pthread_create()
/external/autotest/client/tests/aiostress/
Daio-stress.c1212 typedef void * (*start_routine)(void *); typedef
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c1236 typedef void *(*start_routine) (void *); typedef