Home
last modified time | relevance | path

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

/test/xts/device_attest_lite/services/core/
Dattest_entry.c29 static osThreadId_t g_AttestTaskId = NULL; variable
56 if (g_AttestTaskId != NULL) { in AttestAuthCallBack()
57 const char *pthreadName = osThreadGetName(g_AttestTaskId); in AttestAuthCallBack()
59 osThreadTerminate(g_AttestTaskId); in AttestAuthCallBack()
62 g_AttestTaskId = NULL; in AttestAuthCallBack()
67 &g_AttestTaskId); in AttestAuthCallBack()