Home
last modified time | relevance | path

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

/system/core/libsuspend/
Dautosuspend_wakeup_count.cpp65 static void* suspend_thread_func(void* arg __attribute__((unused))) { in suspend_thread_func() function
153 ret = pthread_create(&suspend_thread, NULL, suspend_thread_func, NULL); in autosuspend_init()