pthread_spin_destroy
int pthread_spin_destroy(pthread_spinlock_t *);
NOFAIL_ERRNO(pthread_spin_destroy(&rw->spin));
pthread_spin_destroy(&fs->ukfs_spin);
pthread_spin_destroy(&part->part_lck);