Searched refs:thread_notify (Results 1 – 2 of 2) sorted by relevance
83 CURRENT_THREAD_NOTIFY.with(|thread_notify| { in run_executor()84 let waker = waker_ref(thread_notify); in run_executor()91 let unparked = thread_notify.unparked.swap(false, Ordering::Acquire); in run_executor()100 thread_notify.unparked.store(false, Ordering::Release); in run_executor()112 CURRENT_THREAD_NOTIFY.with(|thread_notify| { in poll_executor()113 let waker = waker_ref(thread_notify); in poll_executor()
63 jmethodID thread_notify = in SendDdmBroadcast() local65 if (thread_notify == NULL) { in SendDdmBroadcast()71 JNI_FUNC_PTR(env,CallStaticVoidMethod)(env, ddm_vm_internal, thread_notify, JNI_FALSE); in SendDdmBroadcast()