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

  /bionic/libc/bionic/
sigprocmask.cpp 69 sigset64_t* mutable_new_set_ptr = nullptr; local
72 mutable_new_set_ptr = &mutable_new_set;
74 return __rt_sigprocmask(how, mutable_new_set_ptr, old_set, sizeof(*new_set));

Completed in 7501 milliseconds