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.c1861 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) argument
1874 ret = __rt_sigprocmask(how, set, oset, NSIG / 8);

Completed in 34 milliseconds