HomeSort by: relevance | last modified time | path
    Searched defs:start_routine (Results 1 - 5 of 5) sorted by relevancy

  /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/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/external/bsd/zstd/dist/lib/common/
threading.c 38 void* (*start_routine)(void*); member in struct:__anon6241
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/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_debug.c 765 void *(*start_routine)( void * ); member in struct:__anon5373
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...]

Completed in 36 milliseconds