Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dthreads_inlines.h140 struct __bionic_thrd_data* __pthread_arg = in thrd_create() local
143 __pthread_arg->__func = __func; in thrd_create()
144 __pthread_arg->__arg = __arg; in thrd_create()
147 __pthread_arg)); in thrd_create()
148 if (__result != thrd_success) free(__pthread_arg); in thrd_create()