Searched refs:ipa_driver_thread (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Main.cpp | 780 pthread_t netlink_thread = 0, monitor_thread = 0, ipa_driver_thread = 0; in main() local 858 if (IPACM_SUCCESS == ipa_driver_thread) in main() 860 ret = pthread_create(&ipa_driver_thread, NULL, ipa_driver_msg_notifier, NULL); in main() 867 if(pthread_setname_np(ipa_driver_thread, "ipa driver ntfy") != 0) in main() 876 pthread_join(ipa_driver_thread, NULL); in main()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Main.cpp | 850 pthread_t netlink_thread = 0, monitor_thread = 0, ipa_driver_thread = 0; in main() local 931 if (IPACM_SUCCESS == ipa_driver_thread) in main() 933 ret = pthread_create(&ipa_driver_thread, NULL, ipa_driver_msg_notifier, NULL); in main() 940 if(pthread_setname_np(ipa_driver_thread, "ipa driver ntfy") != 0) in main() 949 pthread_join(ipa_driver_thread, NULL); in main()
|