Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.h243 extern void dtj_throw_resource_limit(JNIEnv *, const char *, ...);
H A Ddtj_util.c850 dtj_throw_resource_limit(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_resource_limit() function
H A Ddtrace_jni.c248 dtj_throw_resource_limit(jenv, "Too many consumers"); in dtj_add_consumer()