Home
last modified time | relevance | path

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

/bionic/tests/
Dstruct_layout_test.cpp41 CHECK_OFFSET(pthread_internal_t, start_routine_arg, 104); in tests()
82 CHECK_OFFSET(pthread_internal_t, start_routine_arg, 52); in tests()
/bionic/libc/bionic/
Dpthread_internal.h102 void* start_routine_arg; variable
Dpthread_create.cpp364 void* result = thread->start_routine(thread->start_routine_arg); in __pthread_start()
412 thread->start_routine_arg = arg; in pthread_create()