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

/barrelfish-master/include/sys/
H A D_pthreadtypes.h79 typedef struct pthread_spinlock *pthread_spinlock_t; typedef in typeref:struct:pthread_spinlock
/barrelfish-master/include/
H A Dpthread.h287 int pthread_spin_init(pthread_spinlock_t *__spin, int)
289 int pthread_spin_destroy(pthread_spinlock_t *__spin)
291 int pthread_spin_lock(pthread_spinlock_t *__spin)
293 int pthread_spin_trylock(pthread_spinlock_t *__spin)
295 int pthread_spin_unlock(pthread_spinlock_t *__spin)

Completed in 40 milliseconds