Searched refs:xthread_sigmask (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | sigio.c | 167 xthread_sigmask(SIG_BLOCK, &set, NULL); in block_sigio() 177 xthread_sigmask(SIG_UNBLOCK, &set, NULL); in release_sigio()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | inputthread.c | 528 int xthread_sigmask(int how, const sigset_t *set, sigset_t *oldset) in xthread_sigmask() function 559 int xthread_sigmask(int how, const sigset_t *set, sigset_t *oldset) in xthread_sigmask() function
|
| H A D | utils.c | 1309 xthread_sigmask(SIG_BLOCK, &set, &PreviousSignalMask); in OsBlockSignals() 1319 xthread_sigmask(SIG_SETMASK, &PreviousSignalMask, 0); in OsReleaseSignals()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | os.h | 722 xthread_sigmask(int how, const sigset_t *set, sigset_t *oldest);
|