/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/openat2/ |
H A D | helpers.c | 17 bool needs_openat2(const struct open_how *how) in needs_openat2() 22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2() 28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2() 33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat() 98 struct open_how how = {}; in init() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StackWalker/ |
H A D | ReflectionFrames.java | 852 public static StackInspector create(How how) throws Exception { in create() 861 public static StackInspector reflect(How how) throws Exception { in reflect() 865 public static StackInspector handle(How how) throws Exception { in handle()
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | sigprocmask.cpp | 44 int sigprocmask64(int how, in sigprocmask64() 67 int sigprocmask(int how, in sigprocmask()
|
H A D | signal.cpp | 49 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask() 54 int pthread_sigmask64(int how, const sigset64_t* new_set, sigset64_t* old_set) { in pthread_sigmask64()
|
/aosp_15_r20/external/ltp/include/lapi/ |
H A D | openat2.h | 58 struct open_how *how, size_t size) in openat2() 66 struct open_how how; member
|
H A D | safe_rt_signal.h | 37 int how, const sigset_t *set, in safe_rt_sigprocmask() 56 #define SAFE_RT_SIGPROCMASK(how, set, oldset, sigsetsize) \ argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/openat2/ |
H A D | openat203.c | 12 static struct open_how *how; variable 22 struct open_how **how; member
|
H A D | openat201.c | 13 static struct open_how *how; variable 24 struct open_how **how; member
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 508 const Mutex::MuHow how; // How this thread needs to wait. member 729 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags() 1567 MuHow how = write ? kExclusive : kShared; in LockWhenCommon() local 1583 MuHow how = in AwaitCommon() local 1804 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition* cond, in LockSlow() 1903 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition* cond, in LockSlowWithDeadline() 2406 void Mutex::Trans(MuHow how) { in Trans()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 508 const Mutex::MuHow how; // How this thread needs to wait. member 736 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags() 1574 MuHow how = write ? kExclusive : kShared; in LockWhenCommon() local 1590 MuHow how = in AwaitCommon() local 1830 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition* cond, in LockSlow() 1929 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition* cond, in LockSlowWithDeadline() 2432 void Mutex::Trans(MuHow how) { in Trans()
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 508 const Mutex::MuHow how; // How this thread needs to wait. member 729 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags() 1567 MuHow how = write ? kExclusive : kShared; in LockWhenCommon() local 1583 MuHow how = in AwaitCommon() local 1804 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition* cond, in LockSlow() 1903 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition* cond, in LockSlowWithDeadline() 2406 void Mutex::Trans(MuHow how) { in Trans()
|
/aosp_15_r20/art/sigchainlib/ |
H A D | sigchain.cc | 641 int __sigprocmask(int how, const SigsetType* new_set, SigsetType* old_set, in __sigprocmask() 668 extern "C" int sigprocmask(int how, const sigset_t* new_set, in sigprocmask() 675 extern "C" int sigprocmask64(int how, const sigset64_t* new_set, in sigprocmask64()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/ |
H A D | mutex.cc | 520 const Mutex::MuHow how; // How this thread needs to wait. member 756 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags() 1617 MuHow how = in AwaitCommon() local 1813 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition *cond, in LockSlow() 1896 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline() 2405 void Mutex::Trans(MuHow how) { in Trans()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 517 const Mutex::MuHow how; // How this thread needs to wait. member 748 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags() 1609 MuHow how = in AwaitCommon() local 1805 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition *cond, in LockSlow() 1888 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline() 2397 void Mutex::Trans(MuHow how) { in Trans()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/ |
H A D | mutex.cc | 480 const Mutex::MuHow how; // How this thread needs to wait. member 710 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags() 1569 MuHow how = in AwaitCommon() local 1755 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition *cond, in LockSlow() 1838 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline() 2334 void Mutex::Trans(MuHow how) { in Trans()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 520 const Mutex::MuHow how; // How this thread needs to wait. member 756 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags() 1617 MuHow how = in AwaitCommon() local 1813 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition *cond, in LockSlow() 1896 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline() 2405 void Mutex::Trans(MuHow how) { in Trans()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodTypeForm.java | 368 static Class<?> canonicalize(Class<?> t, int how) { in canonicalize() 420 static Class<?>[] canonicalizeAll(Class<?>[] ts, int how) { in canonicalizeAll()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodTypeForm.java | 368 static Class<?> canonicalize(Class<?> t, int how) { in canonicalize() 420 static Class<?>[] canonicalizeAll(Class<?>[] ts, int how) { in canonicalizeAll()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/ |
H A D | MethodTypeForm.java | 368 static Class<?> canonicalize(Class<?> t, int how) { in canonicalize() 420 static Class<?>[] canonicalizeAll(Class<?>[] ts, int how) { in canonicalizeAll()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/blast/ |
D | blast.c | 432 local unsigned inf(void *how, unsigned char **buf) in inf() 440 local int outf(void *how, unsigned char *buf, unsigned len) in outf()
|
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | OffloadController.java | 344 NetworkStats getTetherStats(@NonNull StatsType how) { in getTetherStats() 702 private boolean computeAndPushLocalPrefixes(UpdateType how) { in computeAndPushLocalPrefixes()
|
/aosp_15_r20/external/deqp/framework/delibs/deutil/ |
H A D | deSocket.c | 654 int how = 0; in deSocket_shutdown() local 681 int how = 0; in deSocket_shutdown() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | runtime-gdb.py | 388 …how = ((StringTypePrinter, 'len'), (SliceTypePrinter, 'len'), (MapTypePrinter, 'count'), (ChanType… variable in GoLenFunc 403 how = ((SliceTypePrinter, 'cap'), (ChanTypePrinter, 'dataqsiz')) variable in GoCapFunc
|
/aosp_15_r20/external/musl/src/network/ |
H A D | shutdown.c | 4 int shutdown(int fd, int how) in shutdown()
|
/aosp_15_r20/external/trusty/musl/src/network/ |
D | shutdown.c | 4 int shutdown(int fd, int how) in shutdown()
|