Dear pjsip list,
When debugging our multi-threaded Linux application that links against PJSIP,
it is quite annoying that the PJSIP threads don't declare themselves. The threads
inherit the application name, which makes it difficult finding our own application's
main thread.
Attached patch improves this by using pthread_setname_np() from inside
lib/pj/os_core_unix.c : pj_thread_create().
Could this patch be considered for inclusion in the next PJSIP release?
Many thanks,
Martin
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org