Home
last modified time | relevance | path

Searched defs:how (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/openat2/
H A Dhelpers.c17 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 DReflectionFrames.java852 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 Dsigprocmask.cpp44 int sigprocmask64(int how, in sigprocmask64()
67 int sigprocmask(int how, in sigprocmask()
H A Dsignal.cpp49 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 Dopenat2.h58 struct open_how *how, size_t size) in openat2()
66 struct open_how how; member
H A Dsafe_rt_signal.h37 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 Dopenat203.c12 static struct open_how *how; variable
22 struct open_how **how; member
H A Dopenat201.c13 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 Dmutex.cc508 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 Dmutex.cc508 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 Dmutex.cc508 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 Dsigchain.cc641 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 Dmutex.cc520 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 Dmutex.cc517 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 Dmutex.cc480 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/
Dmutex.cc520 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/
DMethodTypeForm.java368 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/
DMethodTypeForm.java368 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 DMethodTypeForm.java368 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/
Dblast.c432 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/
DOffloadController.java344 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 DdeSocket.c654 int how = 0; in deSocket_shutdown() local
681 int how = 0; in deSocket_shutdown() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Druntime-gdb.py388how = ((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 Dshutdown.c4 int shutdown(int fd, int how) in shutdown()
/aosp_15_r20/external/trusty/musl/src/network/
Dshutdown.c4 int shutdown(int fd, int how) in shutdown()

12345678910>>...19