Home
last modified time | relevance | path

Searched refs:oldmask (Results 1 – 25 of 40) sorted by relevance

12

/third_party/libfuse/lib/
Dmount_util.c94 sigset_t oldmask; in add_mount() local
98 res = sigprocmask(SIG_BLOCK, &blockmask, &oldmask); in add_mount()
112 sigprocmask(SIG_SETMASK, &oldmask, NULL); in add_mount()
134 sigprocmask(SIG_SETMASK, &oldmask, NULL); in add_mount()
153 sigset_t oldmask; in exec_umount() local
157 res = sigprocmask(SIG_BLOCK, &blockmask, &oldmask); in exec_umount()
171 sigprocmask(SIG_SETMASK, &oldmask, NULL); in exec_umount()
199 sigprocmask(SIG_SETMASK, &oldmask, NULL); in exec_umount()
225 sigset_t oldmask; in remove_mount() local
229 res = sigprocmask(SIG_BLOCK, &blockmask, &oldmask); in remove_mount()
[all …]
/third_party/ltp/libs/libltpsigwait/
Dsigwait.c124 sigset_t sigs, oldmask; in test_masked_matching() local
134 TEST(sigprocmask(SIG_SETMASK, &sigs, &oldmask)); in test_masked_matching()
155 TEST(sigprocmask(SIG_SETMASK, &oldmask, &sigs)); in test_masked_matching()
172 sigset_t sigs, oldmask; in test_masked_matching_rt() local
186 TEST(sigprocmask(SIG_SETMASK, &sigs, &oldmask)); in test_masked_matching_rt()
224 TEST(sigprocmask(SIG_SETMASK, &oldmask, &sigs)); in test_masked_matching_rt()
238 sigset_t sigs, oldmask; in test_masked_matching_noinfo() local
247 TEST(sigprocmask(SIG_SETMASK, &sigs, &oldmask)); in test_masked_matching_noinfo()
263 TEST(sigprocmask(SIG_SETMASK, &oldmask, &sigs)); in test_masked_matching_noinfo()
280 sigset_t sigs, oldmask; in test_bad_address() local
[all …]
/third_party/alsa-lib/src/pcm/
Dpcm_mmap_emul.c60 snd_pcm_access_mask_t oldmask = in snd_pcm_mmap_emul_hw_refine() local
71 if (snd_pcm_access_mask_test(&oldmask, in snd_pcm_mmap_emul_hw_refine()
73 !snd_pcm_access_mask_test(&oldmask, in snd_pcm_mmap_emul_hw_refine()
77 if (snd_pcm_access_mask_test(&oldmask, in snd_pcm_mmap_emul_hw_refine()
79 !snd_pcm_access_mask_test(&oldmask, in snd_pcm_mmap_emul_hw_refine()
117 if (snd_pcm_access_mask_test(&oldmask, SND_PCM_ACCESS_MMAP_INTERLEAVED)) { in snd_pcm_mmap_emul_hw_refine()
118 if (snd_pcm_access_mask_test(&oldmask, in snd_pcm_mmap_emul_hw_refine()
128 if (snd_pcm_access_mask_test(&oldmask, SND_PCM_ACCESS_MMAP_NONINTERLEAVED)) { in snd_pcm_mmap_emul_hw_refine()
129 if (snd_pcm_access_mask_test(&oldmask, in snd_pcm_mmap_emul_hw_refine()
159 snd_pcm_access_mask_t oldmask; in snd_pcm_mmap_emul_hw_params() local
[all …]
/third_party/musl/src/thread/
Dsynccall.c46 sigset_t oldmask; in __synccall() local
58 __block_app_sigs(&oldmask); in __synccall()
119 __restore_sigs(&oldmask); in __synccall()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c16 sigset_t oldmask; member
149 ? &attr->__mask : &args->oldmask, 0); in child()
184 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in posix_spawn()
213 pthread_sigmask(SIG_SETMASK, &args.oldmask, 0); in posix_spawn()
/third_party/musl/src/process/
Dposix_spawn.c15 sigset_t oldmask; member
148 ? &attr->__mask : &args->oldmask, 0); in child()
181 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in posix_spawn()
210 pthread_sigmask(SIG_SETMASK, &args.oldmask, 0); in posix_spawn()
/third_party/musl/arch/sh/bits/
Dsignal.h13 unsigned long oldmask; member
22 unsigned long oldmask; member
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigaction.c171 sigset_t mask, oldmask; in __sig_operation() local
174 sigemptyset(&oldmask); in __sig_operation()
179 sigprocmask(SIG_BLOCK, &mask, &oldmask); in __sig_operation()
182 sigprocmask(SIG_SETMASK, &oldmask, NULL); in __sig_operation()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_opt_dce.c80 unsigned oldmask = ins->mask; in midgard_opt_dead_code_eliminate_block() local
90 progress |= (ins->mask != oldmask); in midgard_opt_dead_code_eliminate_block()
/third_party/musl/arch/i386/bits/
Dsignal.h67 unsigned long oldmask, cr2; member
72 unsigned long oldmask, cr2; member
/third_party/rust/crates/nix/src/sys/
Dsignal.rs532 let mut oldmask = mem::MaybeUninit::uninit(); localVariable
533 do_pthread_sigmask(SigmaskHow::SIG_SETMASK, None, Some(oldmask.as_mut_ptr()))?;
534 Ok(unsafe{ SigSet{sigset: oldmask.assume_init()}})
554 let mut oldmask = mem::MaybeUninit::uninit(); localVariable
555 do_pthread_sigmask(how, Some(self), Some(oldmask.as_mut_ptr()))?;
556 Ok(unsafe{ SigSet{sigset: oldmask.assume_init()}})
1251 let oldmask = in test_thread_signal_swap() localVariable
1254 assert!(oldmask.contains(SIGUSR1)); in test_thread_signal_swap()
1255 assert!(!oldmask.contains(SIGUSR2)); in test_thread_signal_swap()
/third_party/libunwind/src/arm/
Dgen-offsets.c33 SC ("OLDMASK", oldmask); in main()
/third_party/musl/arch/or1k/bits/
Dsignal.h17 unsigned long oldmask; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsignal.h12 unsigned long trap_no, error_code, oldmask; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsignal.h12 unsigned long trap_no, error_code, oldmask; member
/third_party/musl/arch/arm/bits/
Dsignal.h12 unsigned long trap_no, error_code, oldmask; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsignal.h12 unsigned long trap_no, error_code, oldmask; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsignal.h12 unsigned long trap_no, error_code, oldmask; member
/third_party/musl/arch/powerpc/bits/
Dsignal.h30 unsigned long oldmask; member
/third_party/musl/arch/powerpc64/bits/
Dsignal.h34 unsigned long oldmask; member
/third_party/musl/arch/s390x/bits/
Dsignal.h37 unsigned long oldmask[1]; member
/third_party/musl/arch/microblaze/bits/
Dsignal.h20 unsigned long oldmask; member
/third_party/musl/arch/x86_64/bits/
Dsignal.h76 unsigned long err, trapno, oldmask, cr2; member
/third_party/musl/arch/x32/bits/
Dsignal.h76 unsigned long long err, trapno, oldmask, cr2; member
/third_party/python/Lib/test/support/
Dos_helper.py555 oldmask = os.umask(umask)
559 os.umask(oldmask)

12