Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_sigmask.cpp35 int pthread_sigmask(int how, const sigset_t* new_set, sigset_t* old_set) { in pthread_sigmask() argument
37 int result = sigprocmask(how, new_set, old_set); in pthread_sigmask()
Dsigprocmask.cpp37 int sigprocmask(int how, const sigset_t* bionic_new_set, sigset_t* bionic_old_set) { in sigprocmask() argument
46 if (__rt_sigprocmask(how, new_set_ptr, &old_set, sizeof(old_set)) == -1) { in sigprocmask()
/bionic/
DHACKING.txt18 The C++ ABI support functions. The C++ compiler doesn't know how to
59 # endianness, and how floating point numbers are represented. Those