Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/uts/common/sys/
H A Dtypes.h461 typedef pthread_mutex_t pthread_spinlock_t; typedef
/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c2850 pthread_spin_init(pthread_spinlock_t *lock, int pshared) in pthread_spin_init()
2877 pthread_spin_destroy(pthread_spinlock_t *lock) in pthread_spin_destroy()
2884 pthread_spin_trylock(pthread_spinlock_t *lock) in pthread_spin_trylock()
2904 pthread_spin_lock(pthread_spinlock_t *lock) in pthread_spin_lock()
2942 pthread_spin_unlock(pthread_spinlock_t *lock) in pthread_spin_unlock()
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c71 pthread_spinlock_t hermon_bf_lock;