Move thread priority translation into the backends
authorRyan Lortie <desrt@desrt.ca>
Wed, 31 Aug 2011 20:30:04 +0000 (16:30 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 9 Sep 2011 16:47:40 +0000 (12:47 -0400)
commit46af418e05de82cfd6174575ef3f376aecfe8795
tree00dae3edaf9c3ba13f3b2036d3cfddfebc7cf5ce
parenta4777122c84bfa33f710dceccf9e05087b89a301
Move thread priority translation into the backends

The translation of GLib priorities into the thread priorities of
different operating systems belongs in the implementation -- not
half-way in the front end.
gthread/gthread-impl.c
gthread/gthread-posix.c
gthread/gthread-win32.c