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

/illumos-gate/usr/src/boot/sys/sys/
H A D_pthreadtypes.h79 typedef struct pthread_spinlock *pthread_spinlock_t; typedef in typeref:struct:pthread_spinlock
/illumos-gate/usr/src/head/
H A Dpthread.h315 extern int pthread_spin_init(pthread_spinlock_t *, int);
316 extern int pthread_spin_destroy(pthread_spinlock_t *);
317 extern int pthread_spin_lock(pthread_spinlock_t *);
318 extern int pthread_spin_trylock(pthread_spinlock_t *);
319 extern int pthread_spin_unlock(pthread_spinlock_t *);
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h460 typedef pthread_mutex_t pthread_spinlock_t; typedef
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2893 pthread_spin_init(pthread_spinlock_t *lock, int pshared)
2920 pthread_spin_destroy(pthread_spinlock_t *lock)
2927 pthread_spin_trylock(pthread_spinlock_t *lock)
2947 pthread_spin_lock(pthread_spinlock_t *lock)
2985 pthread_spin_unlock(pthread_spinlock_t *lock)
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c71 pthread_spinlock_t hermon_bf_lock;

Completed in 95 milliseconds