Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/
Dchre_daemon.cc974 pthread_t monitor_thread; in main() local
1006 if (!start_thread(&monitor_thread, chre_monitor_thread, NULL)) { in main()
1026 ret = pthread_join(monitor_thread, NULL); in main()