Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c123 (pthread_spinlock_t *__spin, int);
125 (pthread_spinlock_t *__spin);
127 (pthread_spinlock_t *__spin);
129 (pthread_spinlock_t *__spin);
131 (pthread_spinlock_t *__spin);
598 int pthread_spin_init(pthread_spinlock_t *a, int b) in pthread_spin_init()
604 int pthread_spin_destroy(pthread_spinlock_t *a) in pthread_spin_destroy()
610 int pthread_spin_lock(pthread_spinlock_t *a) in pthread_spin_lock()
616 int pthread_spin_trylock(pthread_spinlock_t *a) in pthread_spin_trylock()
622 int pthread_spin_unlock(pthread_spinlock_t *a) in pthread_spin_unlock()
/f-stack/freebsd/sys/
H A D_pthreadtypes.h81 typedef struct pthread_spinlock *pthread_spinlock_t; typedef