GNOME Bugzilla – Bug 140598
thread priority enum names are reversed
Last modified: 2004-12-22 21:47:04 UTC
Whe using Glib::Thread::create() with the priority argument, the threads created with THREAD_PRIORITY_URGENT, for example, end up slower than threads created with, say, THREAD_PRIORITY_LOW. The priority names are reversed.