Home
last modified time | relevance | path

Searched refs:how (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/bionic/
Dsigprocmask.cpp43 int sigprocmask(int how, in sigprocmask() argument
55 if (sigprocmask64(how, new_set_ptr, &old_set.sigset64) == -1) { in sigprocmask()
66 int sigprocmask64(int how, in sigprocmask64() argument
70 if (new_set && how != SIG_BLOCK && how != SIG_UNBLOCK && how != SIG_SETMASK) { in sigprocmask64()
78 mutable_new_set = filter_reserved_signals(*new_set, how); in sigprocmask64()
81 return __rt_sigprocmask(how, mutable_new_set_ptr, old_set, sizeof(*new_set)); in sigprocmask64()
Dsignal.cpp48 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask() argument
50 return (sigprocmask(how, new_set, old_set) == -1) ? errno : 0; in pthread_sigmask()
53 int pthread_sigmask64(int how, const sigset64_t* new_set, sigset64_t* old_set) { in pthread_sigmask64() argument
55 return (sigprocmask64(how, new_set, old_set) == -1) ? errno : 0; in pthread_sigmask64()
/bionic/libc/private/
Dsigrtmin.h49 static inline __always_inline sigset64_t filter_reserved_signals(sigset64_t sigset, int how) { in filter_reserved_signals() argument
52 switch (how) { in filter_reserved_signals()
/bionic/docs/
Dlibc_assembler.md3 This document describes how to verify incoming assembler libc routines.
8 have any bugs. See the [Testing](#Testing) section for details about how to
13 …utine looks sane. See the [Unwind Info](#unwind-info) section for details about how to verify this.
38 and pushed on to the device. The commands below show how to do this.
55 Here is an example of how the benchmark should be executed. For this
66 how to add a benchmark for a function that doesn't already exist.
143 **bionic/tests/string\_test.cpp** for examples of how to use it.
156 information indicating how to get the register.
Dfdsan.md43 …file descriptor mismanagement by enforcing file descriptor ownership. Like how most memory allocat…
66 *No, really, how do I use fdsan?*
Dstatus.md245 and in an attempt to flush out racy code, we changed how an invalid
Delf-tls.md633 * It's unclear how many Android apps use Go. There are at least two with 1,000,000+ installs.
680 * When linking an executable, the static linker needs to know how TLS is allocated because it
/bionic/libc/kernel/uapi/linux/
Dauto_dev-ioctl.h54 __u32 how; member
/bionic/libc/arch-mips64/bionic/
Dsetjmp.S227 # call sigprocmask(int how ignored, sigset_t* null, sigset_t* SC_MASK(a0)):
229 li $a0, 0 # how; ignored when new mask is null
/bionic/libc/arch-mips/bionic/
Dsetjmp.S227 # call sigprocmask(int how ignored, sigset_t* null, sigset_t* SC_MASK(a0)):
229 li $a0, 0 # how; ignored when new mask is null
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md7 This documentation describes how to enable this feature on API level
DREADME.md7 This documentation describes how to enable this feature on Android N or later
237 This option only has meaning if free\_track is set. It indicates how many
302 Below is how each type of allocation/free call ends up in the file dump.
/bionic/
DREADME.md34 The C++ ABI support functions. The C++ compiler doesn't know how to implement