Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dthreads_inlines.h131 int __result = __data.__func(__data.__arg); in __bionic_thrd_trampoline() local
133 __BIONIC_CAST(static_cast, uintptr_t, __result)); in __bionic_thrd_trampoline()
144 int __result = __bionic_thrd_error(pthread_create(__thrd, NULL, in thrd_create() local
147 if (__result != thrd_success) free(__pthread_arg); in thrd_create()
148 return __result; in thrd_create()
163 __BIONIC_THREADS_INLINE void thrd_exit(int __result) { in thrd_exit() argument
165 __BIONIC_CAST(static_cast, uintptr_t, __result))); in thrd_exit()
168 __BIONIC_THREADS_INLINE int thrd_join(thrd_t __thrd, int* _Nullable __result) { in thrd_join() argument
171 if (__result) { in thrd_join()
172 *__result = __BIONIC_CAST(reinterpret_cast, intptr_t, __pthread_result); in thrd_join()
/bionic/libc/include/
Dpwd.h92 …d* _Nonnull __pwd, char* _Nonnull __buf, size_t __n, struct passwd* _Nullable * _Nonnull __result);
93 …d* _Nonnull __pwd, char* _Nonnull __buf, size_t __n, struct passwd* _Nullable * _Nonnull __result);
Dnetdb.h202 …service, const struct addrinfo* _Nullable __hints, struct addrinfo* _Nullable * _Nonnull __result);
215 …_Nonnull __buf, size_t __buf_size, struct hostent* _Nullable * _Nonnull __result, int* _Nonnull __…
217 …_Nonnull __buf, size_t __buf_size, struct hostent* _Nullable * _Nonnull __result, int* _Nonnull __…
219 …_Nonnull __buf, size_t __buf_size, struct hostent* _Nullable * _Nonnull __result, int* _Nonnull __…
Dgrp.h58 …p, char* _Nonnull __buf, size_t __n, struct group* _Nullable * _Nonnull __result) __INTRODUCED_IN(…
59 …up, char* _Nonnull __buf, size_t __n, struct group* _Nullable *_Nonnull __result) __INTRODUCED_IN(…
Dthreads.h178 void thrd_exit(int __result) __noreturn __INTRODUCED_IN(30);
184 int thrd_join(thrd_t __thrd, int* _Nullable __result) __INTRODUCED_IN(30);
Dsearch.h142 int hsearch_r(ENTRY __entry, ACTION __action, ENTRY* _Nullable * _Nonnull __result, struct hsearch_…