/third_party/ltp/libs/libltpsigwait/ |
D | sigwait.c | 124 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/ |
D | pcm_mmap_emul.c | 60 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/ |
D | synccall.c | 46 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/ |
D | posix_spawn.c | 15 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/ |
D | posix_spawn.c | 14 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/ |
D | sigaction.c | 176 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/ |
D | midgard_opt_dce.c | 80 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/ |
D | signal.h | 67 unsigned long oldmask, cr2; member 72 unsigned long oldmask, cr2; member
|
/third_party/libunwind/src/arm/ |
D | gen-offsets.c | 33 SC ("OLDMASK", oldmask); in main()
|
/third_party/musl/arch/or1k/bits/ |
D | signal.h | 17 unsigned long oldmask; member
|
/third_party/musl/arch/sh/bits/ |
D | signal.h | 13 unsigned long oldmask; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | signal.h | 12 unsigned long trap_no, error_code, oldmask; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | signal.h | 12 unsigned long trap_no, error_code, oldmask; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | signal.h | 12 unsigned long trap_no, error_code, oldmask; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | signal.h | 12 unsigned long trap_no, error_code, oldmask; member
|
/third_party/musl/arch/arm/bits/ |
D | signal.h | 12 unsigned long trap_no, error_code, oldmask; member
|
/third_party/musl/arch/powerpc64/bits/ |
D | signal.h | 34 unsigned long oldmask; member
|
/third_party/musl/arch/powerpc/bits/ |
D | signal.h | 30 unsigned long oldmask; member
|
/third_party/musl/arch/s390x/bits/ |
D | signal.h | 37 unsigned long oldmask[1]; member
|
/third_party/musl/arch/microblaze/bits/ |
D | signal.h | 20 unsigned long oldmask; member
|
/third_party/musl/arch/x86_64/bits/ |
D | signal.h | 76 unsigned long err, trapno, oldmask, cr2; member
|
/third_party/musl/arch/x32/bits/ |
D | signal.h | 76 unsigned long long err, trapno, oldmask, cr2; member
|
/third_party/python/Lib/test/support/ |
D | os_helper.py | 555 oldmask = os.umask(umask) 559 os.umask(oldmask)
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | expand.c | 103 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/ |
D | setobject.c | 235 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()
|