Searched refs:oldset (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/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 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 109 return g_hookedSigprocmask(how, set, oldset); in sigprocmask()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | file_parser.py | 157 oldset = set(oldargs) 159 if len(oldset.symmetric_difference(newset)) > 0: 164 oldonly = oldset.difference(newset) 169 newonly = newset.difference(oldset)
|