Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/powermgr_lite/services/src/power/
H A Dauto_suspend.c27 static pthread_t g_suspendThread; variable
69 int32_t ret = pthread_create(&g_suspendThread, NULL, SuspendThreadLoop, NULL); in Enable()
74 pthread_detach(g_suspendThread); in Enable()