Searched refs:__flag (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/include/bits/ |
D | stdatomic.h | 267 atomic_bool __flag; member 273 return (atomic_exchange_explicit(&__object->__flag, 1, __order)); in atomic_flag_test_and_set_explicit() 277 atomic_store_explicit(&__object->__flag, 0, __order); in atomic_flag_clear_explicit()
|
D | threads_inlines.h | 51 __BIONIC_THREADS_INLINE void call_once(once_flag* __flag, in call_once() argument 53 pthread_once(__flag, __function); in call_once()
|
/bionic/libc/include/ |
D | nl_types.h | 65 nl_catd _Nonnull catopen(const char* _Nonnull __name, int __flag) __INTRODUCED_IN(26);
|
D | dlfcn.h | 48 void* _Nullable dlopen(const char* _Nullable __filename, int __flag);
|
D | threads.h | 85 void call_once(once_flag* _Nonnull __flag, void (* _Nonnull __function)(void)) __INTRODUCED_IN(30);
|
D | pthread.h | 102 int pthread_attr_getinheritsched(const pthread_attr_t* _Nonnull __attr, int* _Nonnull __flag) __INT… 111 int pthread_attr_setinheritsched(pthread_attr_t* _Nonnull __attr, int __flag) __INTRODUCED_IN(28);
|
D | signal.h | 65 int siginterrupt(int __signal, int __flag);
|
/bionic/libc/include/arpa/ |
D | nameser.h | 566 int ns_msg_getflag(ns_msg __handle, int __flag); 594 int ns_msg_getflag(ns_msg __handle, int __flag) __INTRODUCED_IN_64(22);
|