mainloop: Add API to set thread name for threaded mainloop

This commit is contained in:
Arun Raghavan 2013-05-15 09:37:45 +05:30
parent 1b0136be44
commit 8d129977ca
3 changed files with 19 additions and 1 deletions

View file

@ -343,6 +343,7 @@ pa_threaded_mainloop_get_retval;
pa_threaded_mainloop_in_thread;
pa_threaded_mainloop_lock;
pa_threaded_mainloop_new;
pa_threaded_mainloop_set_name;
pa_threaded_mainloop_signal;
pa_threaded_mainloop_start;
pa_threaded_mainloop_stop;