Searched defs:how (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/unistd/
H A Dsocketcalls.c193 int shutdown(int socket, int how) argument
198 t[1] = (unsigned long) how;
/bionic/libc/bionic/
H A Dpthread.c2116 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) argument
2132 * be to ignore 'how' and return the current signal set into 'oset'.
2141 ret = __rt_sigprocmask(how, in_set_ptr, &out_set, sizeof(kernel_sigset_t));

Completed in 47 milliseconds