Searched refs:old_mask (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | incidentd_util.cpp | 183 sigset_t child_mask, old_mask; in waitpid_with_timeout() local 188 if (sigprocmask(SIG_BLOCK, &child_mask, &old_mask) == -1) { in waitpid_with_timeout() 198 sigprocmask(SIG_SETMASK, &old_mask, nullptr); in waitpid_with_timeout() 202 sigprocmask(SIG_SETMASK, &old_mask, nullptr); in waitpid_with_timeout() 214 if (sigprocmask(SIG_SETMASK, &old_mask, nullptr) == -1) { in waitpid_with_timeout()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateUtil.cpp | 47 sigset_t child_mask, old_mask; in waitpid_with_timeout() local 52 if (sigprocmask(SIG_BLOCK, &child_mask, &old_mask) == -1) { in waitpid_with_timeout() 62 sigprocmask(SIG_SETMASK, &old_mask, nullptr); in waitpid_with_timeout() 66 sigprocmask(SIG_SETMASK, &old_mask, nullptr); in waitpid_with_timeout() 78 if (sigprocmask(SIG_SETMASK, &old_mask, nullptr) == -1) { in waitpid_with_timeout()
|
/frameworks/libs/binary_translation/guest_os_primitives/ |
D | scoped_signal_blocker.h | 43 [[nodiscard]] const HostSigset* old_mask() const { return &old_mask_; } in old_mask() function
|
D | guest_thread_pthread_create.cc | 48 info.mask = *signal_blocker.old_mask(); in CreateNewGuestThread()
|
D | guest_thread_clone.cc | 162 info.mask = *signal_blocker.old_mask(); in CloneGuestThread()
|
/frameworks/native/cmds/installd/ |
D | otapreopt_parameters.cpp | 113 static int ReplaceMask(int input, int old_mask, int new_mask) { in ReplaceMask() argument 114 return (input & old_mask) != 0 ? new_mask : 0; in ReplaceMask()
|