Searched refs:GuardedDispatcher (Results 1 – 1 of 1) sorted by relevance
131 pub fn get_dispatcher<'a>(env: JNIEnv<'a>, obj: JObject<'a>) -> Result<GuardedDispatcher<'a>> { in get_dispatcher()134 GuardedDispatcher::new(jni_guard, read_lock) in get_dispatcher()166 pub(crate) struct GuardedDispatcher<'a> { struct171 impl<'a> GuardedDispatcher<'a> { argument181 Ok(GuardedDispatcher { _jni_guard: jni_guard, read_lock }) in new()195 impl<'a> Deref for GuardedDispatcher<'a> { implementation