Home
last modified time | relevance | path

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

12

/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()
118 __restore_sigs(&oldmask); in __synccall()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c15 sigset_t oldmask; member
148 ? &attr->__mask : &args->oldmask, 0); in child()
185 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in posix_spawn()
202 pthread_sigmask(SIG_SETMASK, &args.oldmask, 0); in posix_spawn()
/third_party/musl/src/process/
Dposix_spawn.c14 sigset_t oldmask; member
147 ? &attr->__mask : &args->oldmask, 0); in child()
183 pthread_sigmask(SIG_BLOCK, SIGALL_SET, &args.oldmask); in posix_spawn()
200 pthread_sigmask(SIG_SETMASK, &args.oldmask, 0); in posix_spawn()
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigaction.c176 sigset_t mask, oldmask; in __sig_operation() local
179 sigemptyset(&oldmask); in __sig_operation()
184 sigprocmask(SIG_BLOCK, &mask, &oldmask); in __sig_operation()
187 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/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/arch/sh/bits/
Dsignal.h13 unsigned long oldmask; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsignal.h12 unsigned long trap_no, error_code, 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_m_iccarm/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/arch/powerpc64/bits/
Dsignal.h34 unsigned long oldmask; member
/third_party/musl/arch/powerpc/bits/
Dsignal.h30 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)
/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c103 long long oldmask, oldsignmask, dropped; in cast_value() local
139 oldmask = oldsignmask | (oldsignmask-1); in cast_value()
140 dropped = oldmask & ~mask; in cast_value()
146 value & oldmask, in cast_value()
/third_party/python/Objects/
Dsetobject.c235 Py_ssize_t oldmask = so->mask; in set_table_resize() local
291 for (entry = oldtable; entry <= oldtable + oldmask; entry++) { in set_table_resize()
298 for (entry = oldtable; entry <= oldtable + oldmask; entry++) { in set_table_resize()

12