Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dunit_oset.c86 void example1singleset(OSet* oset, char *descr) in example1singleset() argument
95 vg_assert( ! VG_(OSetGen_Contains)(oset, &v) ); in example1singleset()
96 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset()
97 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) ); in example1singleset()
98 vg_assert( ! VG_(OSetGen_Next)(oset) ); in example1singleset()
99 vg_assert( 0 == VG_(OSetGen_Size)(oset) ); in example1singleset()
104 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Word)); in example1singleset()
119 VG_(OSetGen_Insert)(oset, vs[i]); in example1singleset()
123 vg_assert( NN == VG_(OSetGen_Size)(oset) ); in example1singleset()
127 assert( VG_(OSetGen_Contains)(oset, vs[i]) ); in example1singleset()
[all …]
/external/valgrind/drd/
Ddrd_barrier.c134 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1", in DRD_()
149 OSet* oset; in barrier_cleanup() local
166 oset = p->oset[1 - (p->pre_iteration & 1)]; in barrier_cleanup()
167 VG_(OSetGen_ResetIter)(oset); in barrier_cleanup()
168 for ( ; (q = VG_(OSetGen_Next)(oset)) != 0; ) { in barrier_cleanup()
179 VG_(OSetGen_Destroy)(p->oset[i]); in barrier_cleanup()
180 p->oset[i] = NULL; in barrier_cleanup()
334 OSet* oset; in DRD_() local
360 oset = p->oset[p->pre_iteration & 1]; in DRD_()
361 tl_assert(oset); in DRD_()
[all …]
Ddrd_hb.c94 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb", in DRD_()
107 VG_(OSetGen_ResetIter)(p->oset); in DRD_()
108 for ( ; (r = VG_(OSetGen_Next)(p->oset)) != 0; ) in DRD_()
110 VG_(OSetGen_Destroy)(p->oset); in DRD_()
174 q = VG_(OSetGen_Lookup)(p->oset, &word_tid); in DRD_()
177 q = VG_(OSetGen_AllocNode)(p->oset, sizeof(*q)); in DRD_()
179 VG_(OSetGen_Insert)(p->oset, q); in DRD_()
180 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q); in DRD_()
214 VG_(OSetGen_ResetIter)(p->oset); in DRD_()
215 for ( ; (q = VG_(OSetGen_Next)(p->oset)) != 0; ) in DRD_()
Ddrd_bitmap.c107 bm->oset = VG_(OSetGen_EmptyClone)(s_bm2_set_template); in DRD_()
115 VG_(OSetGen_Destroy)(bm->oset); in DRD_()
349 VG_(OSetGen_ResetIter)(bm->oset); in DRD_()
350 for ( ; (bm2 = VG_(OSetGen_Next)(bm->oset)) != NULL; ) { in DRD_()
955 VG_(OSetGen_ResetIter)(lhs->oset); in DRD_()
956 VG_(OSetGen_ResetIter)(rhs->oset); in DRD_()
958 for ( ; (bm2l = VG_(OSetGen_Next)(lhs->oset)) != 0; ) in DRD_()
965 bm2l = VG_(OSetGen_Next)(lhs->oset); in DRD_()
973 bm2r = VG_(OSetGen_Next)(rhs->oset); in DRD_()
996 bm2r = VG_(OSetGen_Next)(rhs->oset); in DRD_()
[all …]
Ddrd_bitmap.h512 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup()
537 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup_exclusive()
572 bm2 = VG_(OSetGen_AllocNode)(bm->oset, sizeof(*bm2)); in bm2_insert()
574 VG_(OSetGen_Insert)(bm->oset, bm2); in bm2_insert()
618 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup_or_insert()
652 bm2 = VG_(OSetGen_Remove)(bm->oset, &a1); in bm2_remove()
653 VG_(OSetGen_FreeNode)(bm->oset, bm2); in bm2_remove()
Ddrd_clientobj.h97 OSet* oset; // Per-thread order annotation information. member
128 OSet* oset[2]; // Per-thread barrier information for the latest member
Ddrd_rwlock.c144 DRD_(lookup_or_insert_node)(OSet* oset, const UWord tid) in DRD_()
148 q = VG_(OSetGen_Lookup)(oset, &tid); in DRD_()
151 q = VG_(OSetGen_AllocNode)(oset, sizeof(*q)); in DRD_()
157 VG_(OSetGen_Insert)(oset, q); in DRD_()
Dpub_drd_bitmap.h72 OSet* oset; member
/external/libedit/src/
Dsig.c72 sigset_t nset, oset; in sig_handler() local
76 (void) sigprocmask(SIG_BLOCK, &nset, &oset); in sig_handler()
105 (void) sigprocmask(SIG_SETMASK, &oset, NULL); in sig_handler()
117 sigset_t *nset, oset; in sig_init() local
128 (void) sigprocmask(SIG_BLOCK, nset, &oset); in sig_init()
136 (void) sigprocmask(SIG_SETMASK, &oset, NULL); in sig_init()
161 sigset_t oset; in sig_set() local
168 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset); in sig_set()
177 (void) sigprocmask(SIG_SETMASK, &oset, NULL); in sig_set()
188 sigset_t oset; in sig_clr() local
[all …]
Del.c590 sigset_t oset, nset; in el_resize() local
594 (void) sigprocmask(SIG_BLOCK, &nset, &oset); in el_resize()
600 (void) sigprocmask(SIG_SETMASK, &oset, NULL); in el_resize()
Dterminal.c864 sigset_t oset, nset; in terminal_set() local
869 (void) sigprocmask(SIG_BLOCK, &nset, &oset); in terminal_set()
935 (void) sigprocmask(SIG_SETMASK, &oset, NULL); in terminal_set()
/external/tcpdump/
Dprint-ascii.c95 register const u_char *cp, register u_int length, register u_int oset) in hex_and_ascii_print_with_offset() argument
122 ident, oset, HEXDUMP_HEXSTUFF_PER_LINE, in hex_and_ascii_print_with_offset()
125 oset += HEXDUMP_BYTES_PER_LINE; in hex_and_ascii_print_with_offset()
139 ident, oset, HEXDUMP_HEXSTUFF_PER_LINE, in hex_and_ascii_print_with_offset()
157 u_int oset) in hex_print_with_offset() argument
170 ND_PRINT((ndo,"%s0x%04x: ", ident, oset)); in hex_print_with_offset()
171 oset += HEXDUMP_BYTES_PER_LINE; in hex_print_with_offset()
178 ND_PRINT((ndo,"%s0x%04x: ", ident, oset)); in hex_print_with_offset()
/external/ltp/testcases/kernel/syscalls/rt_sigprocmask/
Drt_sigprocmask01.c81 sigset_t set, oset; in main() local
109 &oset, SIGSETSIZE)); in main()
126 TEST(ltp_syscall(__NR_rt_sigpending, &oset, in main()
132 TEST(sigismember(&oset, TEST_SIG)); in main()
141 SIG_UNBLOCK, &set, &oset, in main()
/external/valgrind/coregrind/
Dm_oset.c863 void VG_(OSetGen_ResetIterAt)(AvlTree* oset, const void* k) in VG_()
869 vg_assert(oset); in VG_()
870 stackClear(oset); in VG_()
872 if (!oset->root) in VG_()
876 t = oset->root; in VG_()
881 if (oset->cmp) { in VG_()
882 cmpresS = (Word)slow_cmp(oset, k, t); in VG_()
896 stackPush(oset, t, 2); in VG_()
905 stackPush(oset, t, 2); in VG_()
/external/ltp/testcases/realtime/func/pthread_kill_latency/
Dpthread_kill_latency.c117 sigset_t set, oset; in signal_receiving_thread() local
134 if ((ret = pthread_sigmask(SIG_BLOCK, &set, &oset))) { in signal_receiving_thread()
/external/openssh/
Dserverloop.c333 sigset_t oset, nset; in collect_children() local
339 sigprocmask(SIG_BLOCK, &nset, &oset); in collect_children()
348 sigprocmask(SIG_SETMASK, &oset, NULL); in collect_children()
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c917 OSet *oset; in read_elf_symtab__ppc64be_linux() local
932 oset = VG_(OSetGen_Create)( offsetof(TempSym,key), in read_elf_symtab__ppc64be_linux()
972 prev = VG_(OSetGen_Lookup)( oset, &key ); in read_elf_symtab__ppc64be_linux()
1032 elem = VG_(OSetGen_AllocNode)(oset, sizeof(TempSym)); in read_elf_symtab__ppc64be_linux()
1040 VG_(OSetGen_Insert)(oset, elem); in read_elf_symtab__ppc64be_linux()
1063 VG_(OSetGen_ResetIter)( oset ); in read_elf_symtab__ppc64be_linux()
1065 while ( (elem = VG_(OSetGen_Next)(oset)) ) { in read_elf_symtab__ppc64be_linux()
1099 VG_(OSetGen_Destroy)( oset ); in read_elf_symtab__ppc64be_linux()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h173 #define __sanitizer_syscall_pre_sigprocmask(how, set, oset) \ argument
175 (long)(oset))
176 #define __sanitizer_syscall_post_sigprocmask(res, how, set, oset) \ argument
178 (long)(oset))
378 #define __sanitizer_syscall_pre_rt_sigprocmask(how, set, oset, sigsetsize) \ argument
380 (long)(how), (long)(set), (long)(oset), (long)(sigsetsize))
381 #define __sanitizer_syscall_post_rt_sigprocmask(res, how, set, oset, \ argument
384 res, (long)(how), (long)(set), (long)(oset), (long)(sigsetsize))
2096 void __sanitizer_syscall_pre_impl_sigprocmask(long how, long set, long oset);
2098 long oset);
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc419 PRE_SYSCALL(sigprocmask)(long how, void *set, void *oset) {}
421 POST_SYSCALL(sigprocmask)(long res, long how, void *set, void *oset) {
424 if (oset) POST_WRITE(oset, old_sigset_t_sz);
684 PRE_SYSCALL(rt_sigprocmask)(long how, void *set, void *oset, long sigsetsize) {}
687 kernel_sigset_t *oset, long sigsetsize) {
690 if (oset) POST_WRITE(oset, sigsetsize);
/external/icu/icu4c/source/data/lang/
Dro.txt375 os{"osetă"}
Dsk.txt381 os{"osetčina"}
Dlv.txt382 os{"osetīnu"}
Dcs.txt429 os{"osetština"}
/external/valgrind/memcheck/tests/solaris/
Dscalar.stderr.exp1614 Syscall param sigprocmask(oset) contains uninitialised byte(s)
1621 Syscall param sigprocmask(oset) points to unaddressable byte(s)
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c4801 int, how, vki_sigset_t *, set, vki_sigset_t *, oset); in PRE()