Home
last modified time | relevance | path

Searched refs:g_hookedPthreadSigmask (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_signal_hook.c61 static PthreadSigmaskFunc g_hookedPthreadSigmask = NULL; variable
88 if (g_hookedPthreadSigmask == NULL) { in pthread_sigmask()
92 return g_hookedPthreadSigmask(how, set, oldset); in pthread_sigmask()
189 …UNC(StartHookPthreadSigmaskFunction, PthreadSigmaskFunc, "pthread_sigmask", g_hookedPthreadSigmask)