/aosp_15_r20/external/crosvm/cros_async/src/sync/ |
H A D | cv.rs | 67 pub struct Condvar { struct 73 impl Condvar { argument 134 self as *const Condvar as usize, in wait() constant 158 self as *const Condvar as usize, in wait_read() constant 395 unsafe impl Send for Condvar {} implementation 398 unsafe impl Sync for Condvar {} implementation 400 impl Default for Condvar { implementation 460 let condvar = cv as *const Condvar; in cancel_waiter() constant 583 async fn notify(mu: Rc<RwLock<()>>, cv: Rc<Condvar>) { in notify_one_single_thread_async() 588 async fn wait(mu: Rc<RwLock<()>>, cv: Rc<Condvar>, spawner: LocalSpawner) { in notify_one_single_thread_async() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/ |
H A D | xous.rs | 12 pub struct Condvar { struct 17 unsafe impl Send for Condvar {} argument 18 unsafe impl Sync for Condvar {} implementation 20 impl Condvar { implementation 136 impl Drop for Condvar { implementation
|
H A D | windows7.rs | 7 pub struct Condvar { struct 11 unsafe impl Send for Condvar {} argument 12 unsafe impl Sync for Condvar {} implementation 14 impl Condvar { impl
|
H A D | itron.rs | 11 pub struct Condvar { struct 15 unsafe impl Send for Condvar {} implementation 16 unsafe impl Sync for Condvar {} implementation 18 impl Condvar { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/ |
H A D | xous.rs | 12 pub struct Condvar { struct 17 unsafe impl Send for Condvar {} argument 18 unsafe impl Sync for Condvar {} implementation 20 impl Condvar { implementation 136 impl Drop for Condvar { implementation
|
H A D | windows7.rs | 7 pub struct Condvar { struct 11 unsafe impl Send for Condvar {} implementation 12 unsafe impl Sync for Condvar {} implementation 14 impl Condvar { implementation
|
H A D | itron.rs | 11 pub struct Condvar { struct 15 unsafe impl Send for Condvar {} implementation 16 unsafe impl Sync for Condvar {} implementation 18 impl Condvar { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/ |
H A D | xous.rs | 12 pub struct Condvar { struct 17 unsafe impl Send for Condvar {} argument 18 unsafe impl Sync for Condvar {} implementation 20 impl Condvar { implementation 136 impl Drop for Condvar { implementation
|
H A D | windows7.rs | 7 pub struct Condvar { struct 11 unsafe impl Send for Condvar {} argument 12 unsafe impl Sync for Condvar {} implementation 14 impl Condvar { impl
|
H A D | itron.rs | 11 pub struct Condvar { struct 15 unsafe impl Send for Condvar {} implementation 16 unsafe impl Sync for Condvar {} implementation 18 impl Condvar { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/ |
H A D | xous.rs | 12 pub struct Condvar { struct 17 unsafe impl Send for Condvar {} argument 18 unsafe impl Sync for Condvar {} implementation 20 impl Condvar { implementation 136 impl Drop for Condvar { implementation
|
H A D | windows7.rs | 7 pub struct Condvar { struct 11 unsafe impl Send for Condvar {} implementation 12 unsafe impl Sync for Condvar {} implementation 14 impl Condvar { implementation
|
H A D | itron.rs | 10 pub struct Condvar { struct 14 unsafe impl Send for Condvar {} implementation 15 unsafe impl Sync for Condvar {} implementation 17 impl Condvar { implementation
|
H A D | teeos.rs | 19 pub struct Condvar { struct 20 inner: LazyBox<AllocatedCondvar>, argument 25 fn raw(c: &Condvar) -> *mut libc::pthread_cond_t { in raw() argument 51 impl Condvar { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/ |
H A D | xous.rs | 12 pub struct Condvar { struct 17 unsafe impl Send for Condvar {} implementation 18 unsafe impl Sync for Condvar {} implementation 20 impl Condvar { impl 136 impl Drop for Condvar { implementation
|
H A D | windows7.rs | 7 pub struct Condvar { struct 11 unsafe impl Send for Condvar {} argument 12 unsafe impl Sync for Condvar {} implementation 14 impl Condvar { impl
|
H A D | itron.rs | 10 pub struct Condvar { struct 14 unsafe impl Send for Condvar {} implementation 15 unsafe impl Sync for Condvar {} implementation 17 impl Condvar { implementation
|
H A D | teeos.rs | 19 pub struct Condvar { struct 20 inner: LazyBox<AllocatedCondvar>, argument 25 fn raw(c: &Condvar) -> *mut libc::pthread_cond_t { in raw() argument 51 impl Condvar { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/ |
D | condvar.rs | 90 pub struct Condvar { struct 94 impl Condvar { argument 510 impl Default for Condvar { implementation 517 impl fmt::Debug for Condvar { implementation 701 cv: Arc<Condvar>, in spawn_wait_while_notifier() 949 condition: &Condvar, in wait() 964 fn notify(style: NotifyStyle, condition: &Condvar, should_notify: bool) { in notify() 1047 empty_condition: Arc<Condvar>, in consumer_thread() 1048 full_condition: Arc<Condvar>, in consumer_thread() 1082 empty_condition: Arc<Condvar>, in producer_thread() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | condvar.rs | 110 pub struct Condvar { struct 111 inner: sys::Condvar, argument 114 impl Condvar { impl 553 impl fmt::Debug for Condvar { implementation 560 impl Default for Condvar { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | condvar.rs | 110 pub struct Condvar { struct 111 inner: sys::Condvar, argument 114 impl Condvar { implementation 553 impl fmt::Debug for Condvar { implementation 560 impl Default for Condvar { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | condvar.rs | 110 pub struct Condvar { struct 111 inner: sys::Condvar, argument 114 impl Condvar { impl 553 impl fmt::Debug for Condvar { implementation 560 impl Default for Condvar { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | condvar.rs | 107 pub struct Condvar { struct 108 inner: sys::Condvar, argument 111 impl Condvar { impl 550 impl fmt::Debug for Condvar { implementation 557 impl Default for Condvar { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | condvar.rs | 107 pub struct Condvar { struct 108 inner: sys::Condvar, argument 111 impl Condvar { implementation 550 impl fmt::Debug for Condvar { implementation 557 impl Default for Condvar { implementation
|
/aosp_15_r20/external/crosvm/common/sync/src/ |
H A D | condvar.rs | 16 pub struct Condvar { struct 17 std: StdCondvar, argument 20 impl Condvar { implementation 80 impl Debug for Condvar { implementation
|