Add generic versions of pthread_spin_lock and pthread_spin_trylock.
authorMaxim Kuvyrkov <maxim@codesourcery.com>
Wed, 15 Aug 2012 23:29:06 +0000 (16:29 -0700)
committerMaxim Kuvyrkov <maxim@codesourcery.com>
Wed, 15 Aug 2012 23:29:06 +0000 (16:29 -0700)
commitef4009734b84903615be28b38638c166e5455692
tree93062b1f67b1c46ffa1c0cf35f882623ec7aeb39
parent329bc0186823da075e1a41aab9a4cdc78fb858aa
Add generic versions of pthread_spin_lock and pthread_spin_trylock.
14 files changed:
nptl/ChangeLog
nptl/pthread_spin_lock.c [new file with mode: 0644]
nptl/pthread_spin_trylock.c [moved from ports/sysdeps/arm/nptl/pthread_spin_trylock.c with 78% similarity]
ports/ChangeLog.arm
ports/ChangeLog.hppa
ports/ChangeLog.m68k
ports/ChangeLog.mips
ports/sysdeps/arm/nptl/pthread_spin_lock.c
ports/sysdeps/hppa/nptl/pthread_spin_lock.c
ports/sysdeps/hppa/nptl/pthread_spin_trylock.c [deleted file]
ports/sysdeps/m68k/nptl/pthread_spin_lock.c
ports/sysdeps/mips/nptl/pthread_spin_lock.S [deleted file]
ports/sysdeps/mips/nptl/pthread_spin_lock.c [moved from ports/sysdeps/m68k/nptl/pthread_spin_trylock.c with 68% similarity]
ports/sysdeps/mips/nptl/pthread_spin_trylock.S [deleted file]