Searched refs:cmd_queue_thread (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_Main.cpp | 781 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()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Main.cpp | 851 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()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Main.cpp | 966 pthread_t cmd_queue_thread = 0; in main() local 1008 if (IPACM_SUCCESS == cmd_queue_thread) in main() 1010 ret = pthread_create(&cmd_queue_thread, NULL, MessageQueue::Process, NULL); in main() 1017 if(pthread_setname_np(cmd_queue_thread, "cmd queue process") != 0) in main() 1071 pthread_join(cmd_queue_thread, NULL); in main()
|