Searched refs:start_routine_arg (Results 1 – 2 of 2) sorted by relevance
347 void* result = thread->start_routine(thread->start_routine_arg); in __pthread_start()394 thread->start_routine_arg = arg; in pthread_create()
102 void* start_routine_arg; variable