Searched refs:__spin (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/include/
H A Dpthread.h285 int pthread_spin_init(pthread_spinlock_t * __spin, int)
286 __requires_unlocked(*__spin); variable
287 int pthread_spin_destroy(pthread_spinlock_t * __spin)
288 __requires_unlocked(*__spin); variable
289 int pthread_spin_lock(pthread_spinlock_t * __spin)
290 __locks_exclusive(*__spin); variable
291 int pthread_spin_trylock(pthread_spinlock_t * __spin)
292 __trylocks_exclusive(0, *__spin);
293 int pthread_spin_unlock(pthread_spinlock_t * __spin)
294 __unlocks(*__spin); variable
[all...]

Completed in 103 milliseconds