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 D | sigio.c | 167 xthread_sigmask(SIG_BLOCK, &set, NULL); 177 xthread_sigmask(SIG_UNBLOCK, &set, NULL);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | inputthread.c | 528 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 D | utils.c | 1328 xthread_sigmask(SIG_BLOCK, &set, &PreviousSignalMask); 1338 xthread_sigmask(SIG_SETMASK, &PreviousSignalMask, 0);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | os.h | 729 xthread_sigmask(int how, const sigset_t *set, sigset_t *oldest);
|
Completed in 8 milliseconds