Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h664 extern int dt_rw_read_held(pthread_rwlock_t *);
669 #define DT_RW_READ_HELD(x) dt_rw_read_held(x)
H A Ddt_subr.c878 dt_rw_read_held(pthread_rwlock_t *lock) in dt_rw_read_held() function