Home
last modified time | relevance | path

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

/netbsd/src/lib/libpthread/
Dpthread_spin.c56 pthread_spin_init(pthread_spinlock_t *lock, int pshared) in pthread_spin_init()
77 pthread_spin_destroy(pthread_spinlock_t *lock) in pthread_spin_destroy()
92 pthread_spin_lock(pthread_spinlock_t *lock) in pthread_spin_lock()
108 pthread_spin_trylock(pthread_spinlock_t *lock) in pthread_spin_trylock()
122 pthread_spin_unlock(pthread_spinlock_t *lock) in pthread_spin_unlock()
Dpthread.h186 int pthread_spin_init(pthread_spinlock_t *, int);
187 int pthread_spin_destroy(pthread_spinlock_t *);
188 int pthread_spin_lock(pthread_spinlock_t *);
189 int pthread_spin_trylock(pthread_spinlock_t *);
190 int pthread_spin_unlock(pthread_spinlock_t *);
Dpthread_types.h83 typedef struct __pthread_spinlock_st pthread_spinlock_t; typedef
/netbsd/src/lib/libukfs/
Dukfs.c72 pthread_spinlock_t ukfs_spin;
158 pthread_spinlock_t part_lck;
/netbsd/src/lib/librumpuser/
Drumpuser_pth.c269 pthread_spinlock_t spin;
/netbsd/src/external/gpl3/gcc/dist/libgomp/
DChangeLog9124 pthread_spinlock_t instead of gomp_mutex_t lock.