Home
last modified time | relevance | path

Searched refs:start_routine_arg (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dpthread_internal.h87 void* start_routine_arg; member
Dpthread_create.cpp199 void* result = thread->start_routine(thread->start_routine_arg); in __pthread_start()
244 thread->start_routine_arg = arg; in pthread_create()