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

  /bionic/libc/bionic/
sigprocmask.cpp 38 kernel_sigset_t new_set; local
41 new_set.set(bionic_new_set);
42 new_set_ptr = &new_set;
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 60 sigset_t saved_set, new_set; local
63 sigfillset(&new_set);
64 pthread_sigmask(SIG_SETMASK, &new_set, &saved_set);
  /external/dbus/dbus/
dbus-sysdeps-unix.c 3268 sigset_t new_set, old_set; local
    [all...]
  /external/valgrind/helgrind/
libhb_core.c 3085 WordFM* new_set local
    [all...]

Completed in 254 milliseconds