| /src/external/gpl3/gcc/dist/libgcc/ |
| generic-morestack-thread.c | 111 void *(*start_routine) (void *); member in struct:pthread_create_args 126 void *(*start_routine) (void *); 138 start_routine = args->start_routine; 141 return (*start_routine) (arg); 149 void *(*start_routine) (void *), void *) 153 void *(*start_routine) (void *), void *) 158 void *(*start_routine) (void *), void *arg) 173 args->start_routine = start_routine; [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| generic-morestack-thread.c | 111 void *(*start_routine) (void *); member in struct:pthread_create_args 126 void *(*start_routine) (void *); 138 start_routine = args->start_routine; 141 return (*start_routine) (arg); 149 void *(*start_routine) (void *), void *) 153 void *(*start_routine) (void *), void *) 158 void *(*start_routine) (void *), void *arg) 173 args->start_routine = start_routine; [all...] |
| /src/sys/external/bsd/compiler_rt/dist/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;
|
| /src/lib/libpthread/ |
| pthread_makelwp_netbsd.c | 48 pthread__makelwp(void (*start_routine)(void *), void *arg, void *priv, 66 _lwp_makecontext(&uc, start_routine, arg, priv, stack_base, stack_size);
|
| /src/external/bsd/zstd/dist/lib/common/ |
| threading.c | 38 void* (*start_routine)(void*); member in struct:__anon8584 47 void* (*start_routine)(void*); 50 /* Initialized thread_arg and start_routine and signal main thread that we don't need it 56 start_routine = thread_param->start_routine; 65 start_routine(thread_arg); 71 void* (*start_routine) (void*), void* arg) 79 thread_param.start_routine = start_routine;
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| trampoline_p.h | 61 isc__trampoline_get(isc_threadfunc_t start_routine, isc_threadarg_t arg); 64 * start_routine and arg passed to start_routine. 67 *\li 'start_routine' is a valid non-NULL thread start_routine 91 *\li return value from start_routine (see isc__trampoline_get())
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_thread.cc | 10 MsanThread *MsanThread::Create(thread_callback_t start_routine, 15 thread->start_routine_ = start_routine;
|
| msan_thread.h | 24 static MsanThread *Create(thread_callback_t start_routine, void *arg);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| access-mem-running-thread-exit.c | 34 void *(*start_routine) (void *), void *arg) 38 while ((rc = pthread_create (child, NULL, start_routine, arg)) != 0)
|
| attach-many-short-lived-threads.c | 41 void *(*start_routine) (void *), void *arg) 46 while ((rc = pthread_create (&child, attr, start_routine, arg)) != 0)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| access-mem-running-thread-exit.c | 34 void *(*start_routine) (void *), void *arg) 38 while ((rc = pthread_create (child, NULL, start_routine, arg)) != 0)
|
| attach-many-short-lived-threads.c | 41 void *(*start_routine) (void *), void *arg) 46 while ((rc = pthread_create (&child, attr, start_routine, arg)) != 0)
|
| /src/external/lgpl3/mpfr/dist/examples/ |
| threads.c | 43 static void *start_routine (void *arg) function 76 if (pthread_create (&tid[i], NULL, start_routine, &i) != 0)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/safestack/ |
| safestack.cc | 125 void *(*start_routine)(void *); member in struct:tinfo 138 void *(*start_routine)(void *) = tinfo->start_routine; 148 return start_routine(start_routine_arg); 220 void *(*start_routine)(void*), void *arg) { 244 tinfo->start_routine = start_routine;
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| thr_thr.c | 67 void *(*start_routine)( void *), 70 return( thr_create( NULL, LDAP_PVT_THREAD_STACK_SIZE, start_routine,
|
| thr_pth.c | 68 void *(*start_routine)( void *), 72 start_routine, arg );
|
| thr_nt.c | 76 void *(*start_routine)( void *), 83 thd = (HANDLE) _beginthreadex(NULL, LDAP_PVT_THREAD_STACK_SIZE, (thrfunc_t *) start_routine,
|
| thr_posix.c | 155 void *(*start_routine)( void * ), 185 rtn = pthread_create( thread, attr, start_routine, arg ); 187 rtn = pthread_create( thread, &attr, start_routine, arg );
|
| thr_debug.c | 765 void *(*start_routine)( void * ); member in struct:__anon7684 775 ret = call.start_routine( call.arg ); 784 void *(*start_routine)( void * ), 796 call->start_routine = start_routine; 798 start_routine = ldap_debug_thread_wrapper; 803 rc = ldap_int_thread_create( thread, detach, start_routine, arg ); 808 rc = ldap_int_thread_create( thread, detach, start_routine, arg ); 1200 ldap_pvt_thread_start_t *start_routine, void *arg ) 1205 rc = ldap_int_thread_pool_submit( tpool, start_routine, arg ) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| tsan_posix_util.h | 48 void *(*start_routine)(void *),
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_win.cpp | 135 thread_callback_t start_routine; member in struct:ThreadStartParams 147 auto res = (*params.start_routine)(params.arg); 153 SIZE_T stack_size, LPTHREAD_START_ROUTINE start_routine, 163 ThreadStartParams params = {start_routine, arg};
|
| /src/external/bsd/jemalloc/dist/src/ |
| mutex.c | 38 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *), 40 return pthread_create_wrapper(thread, attr, start_routine, arg);
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| mutex.c | 33 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *), 35 return pthread_create_wrapper(thread, attr, start_routine, arg);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tconst_pi.c | 32 start_routine (void *arg) function 71 NULL, start_routine, &table[i]);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_win.cc | 141 DWORD (__stdcall *start_routine)(void*), void* arg, 152 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
|