Home
last modified time | relevance | path

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

123

/third_party/ltp/include/lapi/
Dopenat2.h51 struct open_how *how, size_t size) in openat2()
59 struct open_how how; member
Dsafe_rt_signal.h37 int how, const sigset_t *set, in safe_rt_sigprocmask()
56 #define SAFE_RT_SIGPROCMASK(how, set, oldset, sigsetsize) \ argument
/third_party/ltp/testcases/kernel/syscalls/openat2/
Dopenat203.c12 static struct open_how *how; variable
22 struct open_how **how; member
Dopenat201.c13 static struct open_how *how; variable
24 struct open_how **how; member
Dopenat202.c12 static struct open_how *how; variable
/third_party/musl/src/network/
Dshutdown.c4 int shutdown(int fd, int how) in shutdown()
/third_party/musl/src/signal/
Dsigprocmask.c4 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in sigprocmask()
/third_party/musl/src/thread/
Dpthread_sigmask.c5 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask()
/third_party/node/deps/uv/src/unix/
Dpthread-fixes.c39 int uv__pthread_sigmask(int how, const sigset_t* set, sigset_t* oset) { in uv__pthread_sigmask()
Dtty.c69 int uv__tcsetattr(int fd, int how, const struct termios *term) { in uv__tcsetattr()
Dinternal.h87 # define pthread_sigmask(how, set, oldset) uv__pthread_sigmask(how, set, oldset) argument
/third_party/musl/porting/linux/user/src/thread/
Dpthread_sigmask.c51 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask()
/third_party/python/Lib/
Dsignal.py68 def pthread_sigmask(how, mask): argument
/third_party/musl/src/sigchain/linux/
Dsigchain.c121 static int sigchain_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in sigchain_sigmask()
524 void intercept_pthread_sigmask(int how, sigset_t *restrict set) in intercept_pthread_sigmask()
/third_party/musl/porting/linux/user/src/sigchain/
Dsigchain.c119 static int sigchain_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in sigchain_sigmask()
463 void intercept_pthread_sigmask(int how, sigset_t *restrict set) in intercept_pthread_sigmask()
/third_party/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()
/third_party/python/Lib/asyncio/
Dtrsock.py65 def shutdown(self, how): argument
/third_party/libunwind/libunwind/include/
Dlibunwind_i.h186 # define SIGPROCMASK(how, new_mask, old_mask) \ argument
189 # define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask) argument
/third_party/libuv/src/unix/
Dtty.c69 int uv__tcsetattr(int fd, int how, const struct termios *term) { in uv__tcsetattr()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeSocket.c637 int how = 0; in deSocket_shutdown() local
664 int how = 0; in deSocket_shutdown() local
/third_party/libwebsockets/win32port/zlib/
Dgzguts.h102 int how; /* 0: get header, 1: copy, 2: decompress */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc491 const Mutex::MuHow how; // How this thread needs to wait. member
721 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags()
1580 MuHow how = in AwaitCommon() local
1766 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition *cond, in LockSlow()
1849 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline()
2345 void Mutex::Trans(MuHow how) { in Trans()
/third_party/mksh/
Dulimit.c203 int how = SOFT | HARD, optc; in c_ulimit() local
/third_party/ltp/lib/
Dtst_safe_macros.c322 static const char *strhow(int how) in strhow()
337 int how, sigset_t *set, sigset_t *oldset) in safe_sigprocmask()
/third_party/skia/third_party/externals/zlib/
Dgzguts.h186 int how; /* 0: get header, 1: copy, 2: decompress */ member

123