Searched refs:how (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_sigmask.cpp | 35 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()
|
D | sigprocmask.cpp | 37 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/ |
D | HACKING.txt | 18 The C++ ABI support functions. The C++ compiler doesn't know how to 59 # endianness, and how floating point numbers are represented. Those
|