[gstreamer-bugs] [Bug 611911] Set thread names on pipeline threads

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 15 08:55:24 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=611911
  GStreamer | gstreamer (core) | git

--- Comment #9 from Benjamin Gaignard <benjamin.gaignard at gmail.com> 2010-03-15 15:55:18 UTC ---
Could you use "if (prctl (PR_SET_NAME, (unsigned long int) thread_name,0,0,0))"
instead of "if (prctl (PR_SET_NAME, (unsigned long int) thread_name))" ?
bionic/libc doesn't accept prctl without 5 arguments.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list