Home
last modified time | relevance | path

Searched defs:drop_waker (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs169 unsafe fn drop_waker<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function
341 unsafe fn drop_waker<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs169 unsafe fn drop_waker<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function
341 unsafe fn drop_waker<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs169 unsafe fn drop_waker<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function
341 unsafe fn drop_waker<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs169 unsafe fn drop_waker<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function
341 unsafe fn drop_waker<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs169 unsafe fn drop_waker<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function
341 unsafe fn drop_waker<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dwaker.rs74 unsafe fn drop_waker(ptr: *const ()) { in drop_waker() function
/aosp_15_r20/external/grpc-grpc/test/core/promise/
H A Dpromise_fuzzer.proto84 int32 drop_waker = 5; field
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dpark.rs322 unsafe fn drop_waker(raw: *const ()) { in drop_waker() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-test/src/
Dtask.rs251 unsafe fn drop_waker(raw: *const ()) { in drop_waker() function
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/src/
Draw.rs382 unsafe fn drop_waker(ptr: *const ()) { in drop_waker() function
/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/src/
Dlib.rs1131 unsafe fn drop_waker(&self) { in drop_waker() method