Home
last modified time | relevance | path

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

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Main.cpp781 pthread_t cmd_queue_thread = 0; in main() local
810 if (IPACM_SUCCESS == cmd_queue_thread) in main()
812 ret = pthread_create(&cmd_queue_thread, NULL, MessageQueue::Process, NULL); in main()
819 if(pthread_setname_np(cmd_queue_thread, "cmd queue process") != 0) in main()
873 pthread_join(cmd_queue_thread, NULL); in main()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Main.cpp851 pthread_t cmd_queue_thread = 0; in main() local
883 if (IPACM_SUCCESS == cmd_queue_thread) in main()
885 ret = pthread_create(&cmd_queue_thread, NULL, MessageQueue::Process, NULL); in main()
892 if(pthread_setname_np(cmd_queue_thread, "cmd queue process") != 0) in main()
946 pthread_join(cmd_queue_thread, NULL); in main()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Main.cpp927 pthread_t cmd_queue_thread = 0; in main() local
969 if (IPACM_SUCCESS == cmd_queue_thread) in main()
971 ret = pthread_create(&cmd_queue_thread, NULL, MessageQueue::Process, NULL); in main()
978 if(pthread_setname_np(cmd_queue_thread, "cmd queue process") != 0) in main()
1032 pthread_join(cmd_queue_thread, NULL); in main()