Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c214 get_addr_of_loaded_symbol(pthread_rwlock_wrlock); in RTE_INIT()
555 int pthread_rwlock_wrlock(pthread_rwlock_t *a) in pthread_rwlock_wrlock() function
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c261 VERIFY0(pthread_rwlock_wrlock(&rwlp->rw_lock)); in rw_enter()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c2785 (void) pthread_rwlock_wrlock(&zd->zd_zilog_lock); in ztest_zil_remount()
3122 pthread_rwlock_wrlock(&ztest_name_lock); in ztest_vdev_add_remove()
3434 (void) pthread_rwlock_wrlock(&ztest_name_lock); in ztest_split_pool()
6035 (void) pthread_rwlock_wrlock(&ztest_name_lock); in ztest_fault_inject()
6222 (void) pthread_rwlock_wrlock(&ztest_name_lock); in ztest_reguid()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst611 | pthread_rwlock_wrlock | | |
/f-stack/freebsd/kern/
H A Dsubr_stats.c179 #define TPL_LIST_WLOCK() pthread_rwlock_wrlock(&tpllistlock)