Home
last modified time | relevance | path

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

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d31 #define INTFUNC(x) \ macro
57 INTFUNC(rand())
58 INTFUNC(mutex_owned(&`cpu_lock))
59 INTFUNC(mutex_owner(&`cpu_lock))
60 INTFUNC(mutex_type_adaptive(&`cpu_lock))
61 INTFUNC(mutex_type_spin(&`cpu_lock))
62 INTFUNC(rw_read_held(&`vfssw_lock))
63 INTFUNC(rw_write_held(&`vfssw_lock))
64 INTFUNC(rw_iswriter(&`vfssw_lock))
65 INTFUNC(copyin(NULL, 1))
[all …]