Searched defs:start_routine (Results 1 – 4 of 4) 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()
46 void *(*start_routine)(void *); member
1236 typedef void *(*start_routine) (void *); typedef
1157 ThreadStartRoutine start_routine, in create_thread()