Home
last modified time | relevance | path

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

/external/rust/crates/futures-executor/src/
Dlocal_pool.rs83 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()
/external/oj-libjdwp/src/share/back/
DDDMImpl.c63 jmethodID thread_notify = in SendDdmBroadcast() local
65 if (thread_notify == NULL) { in SendDdmBroadcast()
71 JNI_FUNC_PTR(env,CallStaticVoidMethod)(env, ddm_vm_internal, thread_notify, JNI_FALSE); in SendDdmBroadcast()