Searched refs:pthread_spinlock (Results 1 – 3 of 3) sorted by relevance
44 _Static_assert(sizeof(struct pthread_spinlock) <= PAGE_SIZE,58 struct pthread_spinlock *lck; in _pthread_spin_init()63 lck = malloc(sizeof(struct pthread_spinlock)); in _pthread_spin_init()103 struct pthread_spinlock *lck; in _pthread_spin_trylock()117 struct pthread_spinlock *lck; in _pthread_spin_lock()147 struct pthread_spinlock *lck; in _pthread_spin_unlock()
222 struct pthread_spinlock { struct
57 struct pthread_spinlock;81 typedef struct pthread_spinlock *pthread_spinlock_t;