Searched refs:sigpend (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_execve.c56 args.sigpend = curthread->sigpend;
H A Dthr_sigpending.c68 sigset = curthread->sigpend;
H A Dthr_symbols.c62 int _thread_off_sigpend = offsetof(struct pthread, sigpend);
H A Dthr_sigsuspend.c68 tempset = curthread->sigpend;
H A Dthr_sigwait.c94 SIGISMEMBER(curthread->sigpend, i)) {
95 SIGDELSET(curthread->sigpend, i);
H A Dthr_sig.c338 SIGADDSET(curthread->sigpend, sig);
824 if (SIGISMEMBER(curthread->sigpend, i)) {
825 SIGDELSET(curthread->sigpend, i);
853 !SIGISEMPTY(curthread->sigpend)) { /* dirty read */
856 if (SIGISMEMBER(curthread->sigpend, i)) {
857 SIGDELSET(curthread->sigpend, i);
954 SIGADDSET(pthread->sigpend, sig);
963 SIGADDSET(pthread->sigpend, sig);
1048 SIGADDSET(pthread->sigpend, sig);
1065 SIGADDSET(pthread->sigpend, si
[all...]
H A Dthr_create.c239 sigemptyset(&new_thread->sigpend);
H A Dthr_kern.c259 SIGEMPTYSET(curthread->sigpend); /* clear pending signals */
378 sigemptyset(&curthread->sigpend);
873 if (SIGISMEMBER(curthread->sigpend, i))
1529 SIGADDSET(thread->sigpend, sig);
1659 if (SIGISMEMBER(thread->sigpend, i) &&
1799 if (SIGISMEMBER(thread->sigpend, i))
H A Dthr_private.h692 sigset_t sigpend; member in struct:pthread
/freebsd-9.3-release/lib/libthread_db/
H A Dkse.h119 sigset_t sigpend; member in struct:kse_execve_args
/freebsd-9.3-release/contrib/groff/src/devices/grolbp/
H A Dlbp.h382 static int dy = 0, despx = 0, despy = 0, sigpend = 0; local
397 if ((sg == sigpend) && (dy == 0)){
405 if (( npend == pend) && (sigpend == sg))
408 { sigpend = sg;

Completed in 73 milliseconds