Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.h241 extern void dtj_throw_resource_limit(JNIEnv *, const char *, ...);
H A Ddtj_util.c848 dtj_throw_resource_limit(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_resource_limit() function
H A Ddtrace_jni.c246 dtj_throw_resource_limit(jenv, "Too many consumers"); in dtj_add_consumer()