Home | History | Annotate | Download | only in rtl

Lines Matching full:emptyset

1845   static THREADLOCAL sigset_t emptyset, oldset;
1846 sigfillset(&emptyset);
1847 pthread_sigmask(SIG_SETMASK, &emptyset, &oldset);