Home
last modified time | relevance | path

Searched refs:pthread_spinlock_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/head/
H A Dpthread.h319 extern int pthread_spin_init(pthread_spinlock_t *, int);
320 extern int pthread_spin_destroy(pthread_spinlock_t *);
321 extern int pthread_spin_lock(pthread_spinlock_t *);
322 extern int pthread_spin_trylock(pthread_spinlock_t *);
323 extern int pthread_spin_unlock(pthread_spinlock_t *);
/titanic_50/usr/src/uts/common/sys/
H A Dtypes.h461 typedef pthread_mutex_t pthread_spinlock_t; typedef
/titanic_50/usr/src/lib/libc/port/threads/
H A Dsynch.c2893 pthread_spin_init(pthread_spinlock_t *lock, int pshared) in pthread_spin_init()
2920 pthread_spin_destroy(pthread_spinlock_t *lock) in pthread_spin_destroy()
2927 pthread_spin_trylock(pthread_spinlock_t *lock) in pthread_spin_trylock()
2947 pthread_spin_lock(pthread_spinlock_t *lock) in pthread_spin_lock()
2985 pthread_spin_unlock(pthread_spinlock_t *lock) in pthread_spin_unlock()
/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c71 pthread_spinlock_t hermon_bf_lock;