Searched refs:saved_set (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/coregrind/ |
D | m_machine.c | 849 vki_sigset_t saved_set, tmp_set; in VG_() local 867 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set); in VG_() 956 r = VG_(sigprocmask)(VKI_SIG_SETMASK, &saved_set, NULL); in VG_() 991 vki_sigset_t saved_set, tmp_set; in VG_() local 1009 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set); in VG_() 1088 VG_(sigprocmask)(VKI_SIG_SETMASK, &saved_set, NULL); in VG_() 1115 vki_sigset_t saved_set, tmp_set; in VG_() local 1127 r = VG_(sigprocmask)(VKI_SIG_UNBLOCK, &tmp_set, &saved_set); in VG_() 1212 r = VG_(sigprocmask)(VKI_SIG_SETMASK, &saved_set, NULL); in VG_() 1249 vki_sigset_t saved_set, tmp_set; in VG_() local [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
D | os_thread.h | 60 sigset_t saved_set, new_set; in pipe_thread_create() local 64 pthread_sigmask(SIG_SETMASK, &new_set, &saved_set); in pipe_thread_create() 66 pthread_sigmask(SIG_SETMASK, &saved_set, NULL); in pipe_thread_create()
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_thread.h | 60 sigset_t saved_set, new_set; in pipe_thread_create() local 64 pthread_sigmask(SIG_SETMASK, &new_set, &saved_set); in pipe_thread_create() 66 pthread_sigmask(SIG_SETMASK, &saved_set, NULL); in pipe_thread_create()
|