spinlock_t
typedef struct spinlock spinlock_t;
typedef struct spinlock spinlock_t;
#define spinlock_t pthread_mutex_t
} __attribute__((preserve_access_index)) spinlock_t;
typedef pthread_spinlock_t spinlock_t;
typedef pthread_spinlock_t spinlock_t;