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.cc284 pthread_t msg_to_host_thread; in main() local
295 } else if (!start_thread(&msg_to_host_thread, chre_message_to_host_thread, in main()
324 ret = pthread_join(msg_to_host_thread, NULL); in main()