Searched refs:xthread_sigmask (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
H A Dsigio.c167 xthread_sigmask(SIG_BLOCK, &set, NULL);
177 xthread_sigmask(SIG_UNBLOCK, &set, NULL);
/xsrc/external/mit/xorg-server/dist/os/
H A Dinputthread.c528 int xthread_sigmask(int how, const sigset_t *set, sigset_t *oldset) function in typeref:typename:int
559 int xthread_sigmask(int how, const sigset_t *set, sigset_t *oldset) function in typeref:typename:int
H A Dutils.c1328 xthread_sigmask(SIG_BLOCK, &set, &PreviousSignalMask);
1338 xthread_sigmask(SIG_SETMASK, &PreviousSignalMask, 0);
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h729 xthread_sigmask(int how, const sigset_t *set, sigset_t *oldest);

Completed in 8 milliseconds