Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/task/
Dwaker.rs74 unsafe fn drop_waker(ptr: *const ()) { in drop_waker() function
/external/grpc-grpc/test/core/promise/
Dpromise_fuzzer.proto84 int32 drop_waker = 5; field
/external/rust/crates/grpcio-sys/grpc/test/core/promise/
Dpromise_fuzzer.proto84 int32 drop_waker = 5; field
/external/rust/crates/tokio/src/runtime/
Dpark.rs323 unsafe fn drop_waker(raw: *const ()) { in drop_waker() function
/external/rust/crates/tokio-test/src/
Dtask.rs251 unsafe fn drop_waker(raw: *const ()) { in drop_waker() function
/external/rust/crates/async-task/src/
Draw.rs390 unsafe fn drop_waker(ptr: *const ()) { in drop_waker() function
/external/rust/crates/oneshot-uniffi/src/
Dlib.rs1131 unsafe fn drop_waker(&self) { in drop_waker() method