GNOME Bugzilla – Bug 140599
thread priority enum names are reversed
Last modified: 2004-12-22 21:47:04 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.