After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 140600 - thread priority enum names are reversed
thread priority enum names are reversed
Status: RESOLVED NOTABUG
Product: glibmm
Classification: Bindings
Component: threads
unspecified
Other Linux
: Low normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-04-20 14:02 UTC by Nicolau Leal Werneck
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolau Leal Werneck 2004-04-20 14:02:00 UTC
When using Glib::Thread::create() with the priority argument, the threads
created with THREAD_PRIORITY_URGENT turn out to be slower than threads created
with THREAD_PRIORITY_LOW, for example. The priority argument is being treated
erroneously.