Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/
Dchre_daemon.cc975 pthread_t msg_to_host_thread; in main() local
1008 } else if (!start_thread(&msg_to_host_thread, chre_message_to_host_thread, in main()
1039 ret = pthread_join(msg_to_host_thread, NULL); in main()