Searched defs:start_routine (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | generic-morestack-thread.c | 97 void *(*start_routine) (void *); member 112 void *(*start_routine) (void *); in stack_split_initialize_thread() local
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | generic-morestack-thread.c | 111 void *(*start_routine) (void *); member 126 void *(*start_routine) (void *); in stack_split_initialize_thread() local
|
/netbsd-src/external/lgpl3/mpfr/dist/examples/ |
H A D | threads.c | 43 static void *start_routine (void *arg) in start_routine() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_thread.cc | 10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/safestack/ |
H A D | safestack.cc | 125 void *(*start_routine)(void *); member 138 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_pthread_wrappers.h | 32 void *(*start_routine)(void *); member
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tconst_pi.c | 32 start_routine (void *arg) in start_routine() function
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | tpool.c | 353 ldap_pvt_thread_start_t *start_routine, void *arg ) in ldap_pvt_thread_pool_submit() 362 ldap_pvt_thread_start_t *start_routine, void *arg, in ldap_pvt_thread_pool_submit2()
|
H A D | thr_debug.c | 765 void *(*start_routine)( void * ); member 1200 ldap_pvt_thread_start_t *start_routine, void *arg ) in ldap_pvt_thread_pool_submit()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_thread.cc | 78 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_thread.cc | 80 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_thread.cpp | 77 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
H A D | asan_win.cpp | 141 SIZE_T stack_size, LPTHREAD_START_ROUTINE start_routine, in INTERCEPTOR_WINAPI()
|