Searched refs:monitor_thread (Results 1 – 3 of 3) 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 842 if (IPACM_SUCCESS == monitor_thread) in main() 844 ret = pthread_create(&monitor_thread, NULL, firewall_monitor, NULL); in main() 851 if(pthread_setname_np(monitor_thread, "firewall cfg process") != 0) in main() 875 pthread_join(monitor_thread, NULL); in main()
|
/hardware/qcom/audio/hal/audio_extn/ |
D | sndmonitor.c | 92 pthread_t monitor_thread; member 635 pthread_join(sndmonitor.monitor_thread, (void **) NULL); in audio_extn_snd_mon_deinit() 667 int ret = pthread_create(&sndmonitor.monitor_thread, in audio_extn_snd_mon_init()
|
/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 915 if (IPACM_SUCCESS == monitor_thread) in main() 917 ret = pthread_create(&monitor_thread, NULL, firewall_monitor, NULL); in main() 924 if(pthread_setname_np(monitor_thread, "firewall cfg process") != 0) in main() 948 pthread_join(monitor_thread, NULL); in main()
|