Searched defs:start_routine (Results 1 – 14 of 14) sorted by relevance
57 start_routine_t start_routine = (start_routine_t)arg; in sctp_create_thread_adapter() local62 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()
127 void *(*start_routine)(void *); member140 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() local
13 static void *start_routine(void *arg) in start_routine() function
52 static void *start_routine(void *arg) in start_routine() function
80 void *(* start_routine)(void *) = (void *(*)(void *))lpParameter; in myThreadProc() local
10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
32 void *(*start_routine)(void *); member
65 void* (*start_routine)(void*); member
67 void* (*start_routine)(void*); member
83 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
356 void *start_routine; member372 void *start_routine, void *arg, dfsan_label thread_label, in __dfsw_pthread_create()
1212 typedef void * (*start_routine)(void *); typedef
1236 typedef void *(*start_routine) (void *); typedef