Home
last modified time | relevance | path

Searched defs:NotifyOnDrop (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/local/
H A Dtests.rs26 struct NotifyOnDrop(Signal); struct
28 impl Drop for NotifyOnDrop { implementation
30 let NotifyOnDrop(ref f) = *self; in drop() localVariable
90 fn run(key: &'static LocalKey<UnsafeCell<Option<NotifyOnDrop>>>) { in smoke_dtor()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/local/
H A Dtests.rs26 struct NotifyOnDrop(Signal); struct
28 impl Drop for NotifyOnDrop { implementation
30 let NotifyOnDrop(ref f) = *self; in drop() localVariable
90 fn run(key: &'static LocalKey<UnsafeCell<Option<NotifyOnDrop>>>) { in smoke_dtor()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/thread/local/
H A Dtests.rs26 struct NotifyOnDrop(Signal); struct
28 impl Drop for NotifyOnDrop { implementation
30 let NotifyOnDrop(ref f) = *self; in drop() localVariable
90 fn run(key: &'static LocalKey<UnsafeCell<Option<NotifyOnDrop>>>) { in smoke_dtor()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/local/
H A Dtests.rs26 struct NotifyOnDrop(Signal); struct
28 impl Drop for NotifyOnDrop { implementation
30 let NotifyOnDrop(ref f) = *self; in drop() localVariable
90 fn run(key: &'static LocalKey<UnsafeCell<Option<NotifyOnDrop>>>) { in smoke_dtor()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/local/
H A Dtests.rs26 struct NotifyOnDrop(Signal); struct
28 impl Drop for NotifyOnDrop { implementation
30 let NotifyOnDrop(ref f) = *self; in drop() localVariable
90 fn run(key: &'static LocalKey<UnsafeCell<Option<NotifyOnDrop>>>) { in smoke_dtor()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dsync_notify.rs191 struct NotifyOnDrop(Arc<Notify>); in notify_in_drop_after_wake() struct
193 impl ArcWake for NotifyOnDrop { in notify_in_drop_after_wake() implementation
197 impl Drop for NotifyOnDrop { in notify_in_drop_after_wake() implementation