/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
H A D | AbstractTimeSource.kt | 18 abstract fun unpark(thread: Thread) in currentTimeMillis() method 68 internal inline fun unpark(thread: Thread) { in unpark() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/ |
D | park.rs | 54 pub(crate) fn unpark(&self) -> UnparkThread { in unpark() method 174 fn unpark(&self) { in unpark() method 217 pub(crate) fn unpark(&self) { in unpark() method 249 fn unpark(&self) -> Result<UnparkThread, AccessError> { in unpark() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
D | park.rs | 60 pub(crate) fn unpark(&self) -> Unparker { in unpark() method 98 pub(crate) fn unpark(&self, driver: &driver::Handle) { in unpark() method 193 fn unpark(&self, driver: &driver::Handle) { in unpark() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/ |
D | park.rs | 63 pub(crate) fn unpark(&self) -> Unparker { in unpark() method 108 pub(crate) fn unpark(&self, driver: &driver::Handle) { in unpark() method 203 fn unpark(&self, driver: &driver::Handle) { in unpark() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/ |
H A D | windows.rs | 162 pub fn unpark(self: Pin<&Self>) { in unpark() method 235 pub unsafe fn unpark(parker: Pin<&Parker>) { in unpark() function
|
H A D | unsupported.rs | 10 pub fn unpark(self: Pin<&Self>) {} in unpark() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/ |
H A D | windows.rs | 162 pub fn unpark(self: Pin<&Self>) { in unpark() method 235 pub unsafe fn unpark(parker: Pin<&Parker>) { in unpark() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/ |
H A D | windows7.rs | 163 pub fn unpark(self: Pin<&Self>) { in unpark() method 236 pub unsafe fn unpark(parker: Pin<&Parker>) { in unpark() function
|
H A D | unsupported.rs | 10 pub fn unpark(self: Pin<&Self>) {} in unpark() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/ |
H A D | windows7.rs | 163 pub fn unpark(self: Pin<&Self>) { in unpark() method 236 pub unsafe fn unpark(parker: Pin<&Parker>) { in unpark() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/ |
H A D | windows7.rs | 163 pub fn unpark(self: Pin<&Self>) { in unpark() method 236 pub unsafe fn unpark(parker: Pin<&Parker>) { in unpark() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/sync/ |
D | parker.rs | 252 pub fn unpark(&self) { in unpark() method 392 pub(crate) fn unpark(&self) { in unpark() method
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
H A D | EventLoop.common.kt | 171 protected fun unpark() in delayNanosToMillis() method in kotlinx.coroutines.EventLoopImplPlatform
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | thread_parking.rs | 28 pub fn unpark(id: ThreadId, _hint: usize) { in unpark() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | thread_parking.rs | 28 pub fn unpark(id: ThreadId, _hint: usize) { in unpark() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | thread_parking.rs | 28 pub fn unpark(id: ThreadId, _hint: usize) { in unpark() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | thread_parking.rs | 28 pub fn unpark(id: ThreadId, _hint: usize) { in unpark() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/itron/ |
H A D | thread_parking.rs | 28 pub fn unpark(id: ThreadId, _hint: usize) { in unpark() function
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | BaseVirtualThread.java | 66 abstract void unpark(); in unpark() method in BaseVirtualThread
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/misc/ |
H A D | VirtualThreads.java | 96 public static void unpark(Thread thread) { in unpark() method in VirtualThreads
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/ |
H A D | thread_parking.rs | 21 pub fn unpark(tid: ThreadId, _hint: usize) { in unpark() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/ |
H A D | thread_parking.rs | 21 pub fn unpark(tid: ThreadId, _hint: usize) { in unpark() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/ |
H A D | thread_parking.rs | 21 pub fn unpark(tid: ThreadId, _hint: usize) { in unpark() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/ |
H A D | thread_parking.rs | 21 pub fn unpark(tid: ThreadId, _hint: usize) { in unpark() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/ |
H A D | thread_parking.rs | 21 pub fn unpark(tid: ThreadId, _hint: usize) { in unpark() function
|