HomeSort by relevance Sort by last modified time
    Searched refs:old_set (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/tsan/lit_tests/
sigsuspend.cc 22 sigset_t old_set; local
23 assert(0 == sigprocmask(SIG_BLOCK, &one_signal, &old_set));
33 assert(0 == sigprocmask(SIG_SETMASK, &old_set, NULL));
  /art/runtime/gc/accounting/
heap_bitmap.cc 35 void HeapBitmap::ReplaceObjectSet(SpaceSetMap* old_set, SpaceSetMap* new_set) {
37 if (space_set == old_set) {
42 LOG(FATAL) << "object set " << static_cast<const void*>(old_set) << " not found";
heap_bitmap.h 99 void ReplaceObjectSet(SpaceSetMap* old_set, SpaceSetMap* new_set)
  /external/bison/lib/
sigprocmask.c 222 sigprocmask (int operation, const sigset_t *set, sigset_t *old_set)
224 if (old_set != NULL)
225 *old_set = blocked_set;
signal.in.h 268 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET.
278 (int operation, const sigset_t *set, sigset_t *old_set));
281 (int operation, const sigset_t *set, sigset_t *old_set));
  /external/qemu/audio/
audio_pt_int.c 28 sigset_t set, old_set; local
50 err = pthread_sigmask (SIG_BLOCK, &set, &old_set);
58 err2 = pthread_sigmask (SIG_SETMASK, &old_set, NULL);
  /external/bison/darwin-lib/
signal.h 580 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET.
590 (int operation, const sigset_t *set, sigset_t *old_set));
593 (int operation, const sigset_t *set, sigset_t *old_set));
  /external/bison/linux-lib/
signal.h 580 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET.
590 (int operation, const sigset_t *set, sigset_t *old_set));
593 (int operation, const sigset_t *set, sigset_t *old_set));
  /external/qemu/
cpu-exec.c 807 write caused the exception and otherwise 0'. 'old_set' is the
810 int is_write, sigset_t *old_set,
820 pc, address, is_write, *(unsigned long *)old_set);
843 sigprocmask(SIG_SETMASK, old_set, NULL);
    [all...]

Completed in 197 milliseconds