Home
last modified time | relevance | path

Searched refs:g_crashObjKey (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c102 static pthread_key_t g_crashObjKey; variable
331 g_request.crashObj = (uintptr_t)pthread_getspecific(g_crashObjKey); in FillDumpRequest()
516 if (pthread_key_create(&g_crashObjKey, NULL) == 0) { in DFX_InstallSignalHandler()
539 uintptr_t origin = (uintptr_t)pthread_getspecific(g_crashObjKey); in DFX_SetCrashObj()
543 pthread_setspecific(g_crashObjKey, (void*)(crashObj)); in DFX_SetCrashObj()
556 pthread_setspecific(g_crashObjKey, (void*)(crashObj)); in DFX_ResetCrashObj()

Completed in 1 milliseconds