Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsys_statvfs_inlines.h58 struct statvfs* __result) { in statvfs()
67 struct statvfs* __result) { in fstatvfs()
80 struct statvfs64* __result) { in statvfs64()
86 struct statvfs64* __result) { in fstatvfs64()
Dthreads_inlines.h132 int __result = __data.__func(__data.__arg); in __bionic_thrd_trampoline() local
145 int __result = __bionic_thrd_error(pthread_create(__thrd, NULL, in thrd_create() local
164 __BIONIC_THREADS_INLINE void thrd_exit(int __result) { in thrd_exit()
169 __BIONIC_THREADS_INLINE int thrd_join(thrd_t __thrd, int* __result) { in thrd_join()