652
652
#define THR_ARRAY_LOCK_TYPE xt_rwlock_type
653
653
#define THR_ARRAY_INIT_LOCK(s, i) xt_init_rwlock_with_autoname(s, i)
654
654
#define THR_ARRAY_FREE_LOCK(s, i) xt_free_rwlock(i)
658
658
#elif defined(THR_ARRAY_USE_XSMUTEX)
659
659
#define THR_ARRAY_LOCK_TYPE XTMutexXSLockRec
660
660
#define THR_ARRAY_INIT_LOCK(s, i) xt_xsmutex_init_with_autoname(s, i)