Searched refs:g_suspendThread (Results 1 – 1 of 1) sorted by relevance
27 static pthread_t g_suspendThread; variable69 int32_t ret = pthread_create(&g_suspendThread, NULL, SuspendThreadLoop, NULL); in Enable()74 pthread_detach(g_suspendThread); in Enable()