spin before waiting on futex in mutex and rwlock lock operations
authorRich Felker <dalias@aerifal.cx>
Tue, 26 Aug 2014 00:16:26 +0000 (20:16 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 26 Aug 2014 00:16:26 +0000 (20:16 -0400)
commit97a7512b6819014d15c679c8998caa0006d13c29
tree0203f9cb4abd79be05dba04696903ef51e2dbc44
parent2ff714c6138da8abb50fd532503fd8d68a18811a
spin before waiting on futex in mutex and rwlock lock operations
src/thread/pthread_mutex_timedlock.c
src/thread/pthread_rwlock_timedrdlock.c
src/thread/pthread_rwlock_timedwrlock.c