HomeSort by relevance Sort by last modified time
    Searched full:new_set_ptr (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
sigprocmask.cpp 39 kernel_sigset_t* new_set_ptr = NULL; local
42 new_set_ptr = &new_set;
46 if (__rt_sigprocmask(how, new_set_ptr, &old_set, sizeof(old_set)) == -1) {
  /art/sigchainlib/
sigchain.cc 195 const sigset_t* new_set_ptr = bionic_new_set; local
209 new_set_ptr = &tmpset;
224 return linked_sigprocmask(how, new_set_ptr, bionic_old_set);

Completed in 64 milliseconds