Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dthreads_inlines.h138 struct __bionic_thrd_data* __pthread_arg = in thrd_create() local
141 __pthread_arg->__func = __func; in thrd_create()
142 __pthread_arg->__arg = __arg; in thrd_create()
145 __pthread_arg)); in thrd_create()
146 if (__result != thrd_success) free(__pthread_arg); in thrd_create()