Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dthreads_inlines.h130 int __result = __data.__func(__data.__arg); in __bionic_thrd_trampoline() local
132 __BIONIC_CAST(static_cast, uintptr_t, __result)); in __bionic_thrd_trampoline()
143 int __result = __bionic_thrd_error(pthread_create(__thrd, NULL, in thrd_create() local
146 if (__result != thrd_success) free(__pthread_arg); in thrd_create()
147 return __result; in thrd_create()
162 __BIONIC_THREADS_INLINE void thrd_exit(int __result) { in thrd_exit() argument
164 __BIONIC_CAST(static_cast, uintptr_t, __result))); in thrd_exit()
167 __BIONIC_THREADS_INLINE int thrd_join(thrd_t __thrd, int* __result) { in thrd_join() argument
170 if (__result) { in thrd_join()
171 *__result = __BIONIC_CAST(reinterpret_cast, intptr_t, __pthread_result); in thrd_join()
/bionic/libc/include/
Dnetdb.h199 …t char* __node, const char* __service, const struct addrinfo* __hints, struct addrinfo** __result);
212 …struct hostent* __ret, char* __buf, size_t __buf_size, struct hostent** __result, int* __h_errno_p…
214 …struct hostent* __ret, char* __buf, size_t __buf_size, struct hostent** __result, int* __h_errno_p…
216 …struct hostent* __ret, char* __buf, size_t __buf_size, struct hostent** __result, int* __h_errno_p…
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);
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.h146 int hsearch_r(ENTRY __entry, ACTION __action, ENTRY* _Nullable * _Nonnull __result, struct hsearch_…