pthread_spin_unlock.S 493 B

12345678910111213141516
  1. ! Copyright (C) 2013 Imagination Technologies Ltd.
  2. ! Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
  3. .text
  4. .global _pthread_spin_unlock
  5. .type _pthread_spin_unlock,function
  6. _pthread_spin_unlock:
  7. MOV D0Re0, #0
  8. SETD [D1Ar1], D0Re0
  9. MOV PC, D1RtP
  10. .size _pthread_spin_unlock,.-_pthread_spin_unlock
  11. /* The implementation of pthread_spin_init is identical. */
  12. .global _pthread_spin_init
  13. _pthread_spin_init = _pthread_spin_unlock