_openbsd.h 311 B

123456789101112
  1. #define _STLP_PLATFORM "Open BSD"
  2. #define _STLP_USE_UNIX_IO
  3. #if defined (_POSIX_THREADS) && !defined (_STLP_THREADS)
  4. # define _STLP_THREADS
  5. #endif
  6. #if defined (_POSIX_THREADS) && !defined (_STLP_DONT_USE_PTHREAD_SPINLOCK)
  7. # define _STLP_USE_PTHREAD_SPINLOCK
  8. # define _STLP_STATIC_MUTEX _STLP_mutex
  9. #endif