Searched refs:how (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/test/funchook/ |
H A D | dfx_signal_hook.c | 55 typedef int (*SigprocmaskFunc)(int how, const sigset_t *restrict set, sigset_t *restrict oldset); 56 typedef int (*PthreadSigmaskFunc)(int how, const sigset_t *restrict set, sigset_t *restrict oldset); 76 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in pthread_sigmask() argument 81 ((how == SIG_BLOCK) || (how == SIG_SETMASK))) { in pthread_sigmask() 92 return g_hookedPthreadSigmask(how, set, oldset); in pthread_sigmask() 95 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in sigprocmask() argument 100 ((how == SIG_BLOCK) || (how == SIG_SETMASK))) { in sigprocmask() 109 return g_hookedSigprocmask(how, se in sigprocmask() [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | dfx_dumprequest.c | 170 static void SetInterestedSignalMasks(int how) in SetInterestedSignalMasks() argument 180 sigprocmask(how, &set, NULL); in SetInterestedSignalMasks()
|
Completed in 2 milliseconds