new internal locking primitive; drop spinlocks
authorRich Felker <dalias@aerifal.cx>
Tue, 24 Apr 2012 10:36:50 +0000 (06:36 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 24 Apr 2012 10:36:50 +0000 (06:36 -0400)
we use priority inheritance futexes if possible so that the library
cannot hit internal priority inversion deadlocks in the presence of
realtime priority scheduling (full support to be added later).


No differences found