locking-selftest-rlock.h 158 B

1234567891011121314
  1. #undef LOCK
  2. #define LOCK RL
  3. #undef UNLOCK
  4. #define UNLOCK RU
  5. #undef RLOCK
  6. #define RLOCK RL
  7. #undef WLOCK
  8. #define WLOCK WL
  9. #undef INIT
  10. #define INIT RWI