Searched refs:in_sigsuspend (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_sig.c201 int in_sigsuspend; local
211 in_sigsuspend = curthread->in_sigsuspend;
212 curthread->in_sigsuspend = 0;
252 curthread->in_sigsuspend = in_sigsuspend;
306 if (curthread->in_sigsuspend && ucp) {
630 old = curthread->in_sigsuspend;
631 curthread->in_sigsuspend = 1;
635 curthread->in_sigsuspend
[all...]
H A Dthr_private.h449 int in_sigsuspend; member in struct:pthread

Completed in 75 milliseconds