Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A 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()
/aosp12/bionic/libc/bionic/
H A Dpthread_create.cpp364 void* result = thread->start_routine(thread->start_routine_arg); in __pthread_start()
412 thread->start_routine_arg = arg; in pthread_create()
H A Dpthread_internal.h102 void* start_routine_arg; variable