HomeSort by relevance Sort by last modified time
    Searched defs:oset (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/
s390xcap.c 16 sigset_t oset; local
28 sigprocmask(SIG_SETMASK,&ill_act.sa_mask,&oset);
36 sigprocmask(SIG_SETMASK,&oset,NULL);
sparcv9cap.c 172 sigset_t all_masked,oset; local
196 sigprocmask(SIG_SETMASK,&all_masked,&oset);
234 sigprocmask(SIG_SETMASK,&oset,NULL);
  /external/openssl/crypto/
s390xcap.c 16 sigset_t oset; local
28 sigprocmask(SIG_SETMASK,&ill_act.sa_mask,&oset);
36 sigprocmask(SIG_SETMASK,&oset,NULL);
armcap.c 75 sigset_t oset; local
100 sigprocmask(SIG_SETMASK,&ill_act.sa_mask,&oset);
156 sigprocmask(SIG_SETMASK,&oset,NULL);
sparcv9cap.c 172 sigset_t all_masked,oset; local
196 sigprocmask(SIG_SETMASK,&all_masked,&oset);
234 sigprocmask(SIG_SETMASK,&oset,NULL);
  /external/libedit/src/
sig.c 72 sigset_t nset, oset; local
76 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
105 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
117 sigset_t *nset, oset; local
128 (void) sigprocmask(SIG_BLOCK, nset, &oset);
136 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
161 sigset_t oset; local
168 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset);
177 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
188 sigset_t oset; local
    [all...]
el.c 590 sigset_t oset, nset; local
594 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
600 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
terminal.c 864 sigset_t oset, nset; local
869 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
935 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
    [all...]
  /external/valgrind/main/drd/
pub_drd_bitmap.h 72 OSet* oset; member in struct:bitmap
drd_barrier.c 44 // this member variable is the key of an OSet.
134 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1",
141 * all the nodes in the OSet p->oset.
149 OSet* oset; local
166 oset = p->oset[1 - (p->pre_iteration & 1)];
167 VG_(OSetGen_ResetIter)(oset);
168 for ( ; (q = VG_(OSetGen_Next)(oset)) != 0; )
334 OSet* oset; local
411 OSet* oset; local
    [all...]
drd_clientobj.h 96 OSet* oset; // Per-thread order annotation information. member in struct:hb_info
127 OSet* oset[2]; // Per-thread barrier information for the latest member in struct:barrier_info
139 OSet* thread_info;
  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 310 sigset_portable_t *oset; local
316 oset = va_arg(ap, sigset_portable_t *);
320 ret = WRAP(__rt_sigprocmask)(how, set, oset, sigsetsize);
  /external/valgrind/main/memcheck/tests/
unit_oset.c 85 void example1singleset(OSet* oset, char *descr)
93 // Try some operations on an empty OSet to ensure they don't screw up.
94 vg_assert( ! VG_(OSetGen_Contains)(oset, &v) );
95 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) );
96 vg_assert( ! VG_(OSetGen_Remove)(oset, &v) );
97 vg_assert( ! VG_(OSetGen_Next)(oset) );
98 vg_assert( 0 == VG_(OSetGen_Size)(oset) );
103 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Word));
118 VG_(OSetGen_Insert)(oset, vs[i])
260 OSet *oset, *oset_empty_clone; local
310 OSet* oset = VG_(OSetWord_Create)(allocate_node, "oset_test.2", free_node); local
469 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first), local
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 588 sigset_t oset; local
592 (void)sigprocmask(SIG_BLOCK, &infoset, &oset);
595 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-stat.c 1192 sigset_t set, oset; local
1202 sigprocmask(SIG_BLOCK, &set, &oset);
1207 sigprocmask(SIG_SETMASK, &oset, NULL);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 820 OSet *oset; local
836 oset = VG_(OSetGen_Create)( offsetof(TempSym,key),
840 vg_assert(oset);
875 prev = VG_(OSetGen_Lookup)( oset, &key );
    [all...]

Completed in 126 milliseconds