Home
last modified time | relevance | path

Searched defs:__result (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/include/bits/
Dthreads_inlines.h130 int __result = __data.__func(__data.__arg); in __bionic_thrd_trampoline() local
143 int __result = __bionic_thrd_error(pthread_create(__thrd, NULL, in thrd_create() local
162 __BIONIC_THREADS_INLINE void thrd_exit(int __result) { in thrd_exit()
167 __BIONIC_THREADS_INLINE int thrd_join(thrd_t __thrd, int* __result) { in thrd_join()