Searched defs:spawn_unchecked (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/src/ |
D | runnable.rs | 504 pub unsafe fn spawn_unchecked<'a, F, Fut, S>( in spawn_unchecked() method 648 pub unsafe fn spawn_unchecked<F, S>(future: F, schedule: S) -> (Runnable, Task<F::Output>) in spawn_unchecked() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 450 pub unsafe fn spawn_unchecked<'a, F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 450 pub unsafe fn spawn_unchecked<'a, F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 450 pub unsafe fn spawn_unchecked<'a, F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 450 pub unsafe fn spawn_unchecked<'a, F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/ |
H A D | mod.rs | 450 pub unsafe fn spawn_unchecked<'a, F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn_unchecked() method
|