Add generic versions of pthread_spin_lock and pthread_spin_trylock.
commitef4009734b84903615be28b38638c166e5455692
authorMaxim Kuvyrkov <maxim@codesourcery.com>
Wed, 15 Aug 2012 23:29:06 +0000 (15 16:29 -0700)
committerMaxim Kuvyrkov <maxim@codesourcery.com>
Wed, 15 Aug 2012 23:29:06 +0000 (15 16:29 -0700)
tree93062b1f67b1c46ffa1c0cf35f882623ec7aeb39
parent329bc0186823da075e1a41aab9a4cdc78fb858aa
Add generic versions of pthread_spin_lock and pthread_spin_trylock.
13 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 [moved from ports/sysdeps/hppa/nptl/pthread_spin_trylock.c with 68% similarity]
ports/sysdeps/hppa/nptl/pthread_spin_lock.c [copied from ports/sysdeps/arm/nptl/pthread_spin_lock.c with 68% similarity]
ports/sysdeps/m68k/nptl/pthread_spin_lock.c [moved from ports/sysdeps/m68k/nptl/pthread_spin_trylock.c with 70% similarity]
ports/sysdeps/mips/nptl/pthread_spin_lock.S [deleted file]
ports/sysdeps/mips/nptl/pthread_spin_lock.c [copied from ports/sysdeps/arm/nptl/pthread_spin_lock.c with 68% similarity]
ports/sysdeps/mips/nptl/pthread_spin_trylock.S [deleted file]