Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dthreads_inlines.h121 struct __bionic_thrd_data { struct
127 struct __bionic_thrd_data __data = in __bionic_thrd_trampoline() argument
128 *__BIONIC_CAST(static_cast, struct __bionic_thrd_data*, __arg); in __bionic_thrd_trampoline()
138 struct __bionic_thrd_data* __pthread_arg = in thrd_create()
139 __BIONIC_CAST(static_cast, struct __bionic_thrd_data*, in thrd_create()
140 malloc(sizeof(struct __bionic_thrd_data))); in thrd_create()