Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_create.cpp347 void* result = thread->start_routine(thread->start_routine_arg); in __pthread_start()
394 thread->start_routine_arg = arg; in pthread_create()
Dpthread_internal.h102 void* start_routine_arg; variable