Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h665 extern int dt_rw_write_held(pthread_rwlock_t *);
670 #define DT_RW_WRITE_HELD(x) dt_rw_write_held(x)
H A Ddt_subr.c885 dt_rw_write_held(pthread_rwlock_t *lock) in dt_rw_write_held() function