Searched refs:how (Results 1 – 3 of 3) sorted by relevance
25 xpthread_sigmask (int how, const sigset_t *set, sigset_t *oldset) in xpthread_sigmask() argument27 if (pthread_sigmask (how, set, oldset) != 0) in xpthread_sigmask()
38 void xpthread_sigmask (int how, const sigset_t *set, sigset_t *oldset);
25 example, and test-driver.c for details how to use it. The following
Completed in 5 milliseconds