pthread_spin_trylock.c 121 B

12345
  1. #if defined(__arch64__)
  2. #include "sparc64/pthread_spin_trylock.c"
  3. #else
  4. #include "sparc32/pthread_spin_trylock.c"
  5. #endif