Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_internal.h99 void* start_routine_arg; variable
Dpthread_create.cpp338 void* result = thread->start_routine(thread->start_routine_arg); in __pthread_start()
385 thread->start_routine_arg = arg; in pthread_create()