Home
last modified time | relevance | path

Searched refs:pthread_rwlock_t (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c101 (pthread_rwlock_t *__rwlock);
105 (pthread_rwlock_t *__rwlock);
111 (pthread_rwlock_t *__rwlock);
113 (pthread_rwlock_t *__rwlock);
115 (pthread_rwlock_t *__rwlock);
117 (pthread_rwlock_t *__rwlock);
507 int pthread_rwlock_destroy(pthread_rwlock_t *a) in pthread_rwlock_destroy()
519 int pthread_rwlock_rdlock(pthread_rwlock_t *a) in pthread_rwlock_rdlock()
537 int pthread_rwlock_tryrdlock(pthread_rwlock_t *a) in pthread_rwlock_tryrdlock()
549 int pthread_rwlock_unlock(pthread_rwlock_t *a) in pthread_rwlock_unlock()
[all …]
/f-stack/freebsd/sys/
H A D_pthreadtypes.h77 typedef struct pthread_rwlock *pthread_rwlock_t; typedef
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h284 pthread_rwlock_t rw_lock;
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c321 pthread_rwlock_t zd_zilog_lock;
496 static pthread_rwlock_t ztest_name_lock;
/f-stack/freebsd/kern/
H A Dsubr_stats.c175 static pthread_rwlock_t tpllistlock;