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

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

Completed in 103 milliseconds