Home | History | Annotate | Download | only in dbus

Lines Matching refs:new_set

3087   sigset_t new_set, old_set;
3096 sigemptyset (&new_set);
3097 sigaddset (&new_set, SIGCHLD);
3098 sigprocmask (SIG_BLOCK, &new_set, &old_set);