Home
last modified time | relevance | path

Searched refs:sync_load (Results 1 – 19 of 19) sorted by relevance

/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/loom-0.4.0/src/rt/
H A Darc.rs81 state.synchronize.sync_load(&mut execution.threads, Acquire); in get_mut()
113 state.synchronize.sync_load(&mut execution.threads, Acquire); in ref_dec()
H A Drwlock.rs203 dbg!(state.synchronize.sync_load(&mut execution.threads, Acquire)); in post_acquire_read_lock()
238 state.synchronize.sync_load(&mut execution.threads, Acquire); in post_acquire_write_lock()
H A Dsynchronize.rs23 pub fn sync_load(&mut self, threads: &mut thread::Set, order: Ordering) { in sync_load() method
H A Datomic.rs157 store.sync.sync_load(&mut execution.threads, ordering); in fence()
392 store.sync.sync_load(threads, ordering); in load()
470 self.stores[index].sync.sync_load(threads, success); in rmw()
481 self.stores[index].sync.sync_load(threads, failure); in rmw()
H A Dnotify.rs114 state.synchronize.sync_load(&mut execution.threads, Acquire); in wait()
H A Dmutex.rs98 dbg!(state.synchronize.sync_load(&mut execution.threads, Acquire)); in post_acquire()
H A Dmpsc.rs108 dbg!(synchronize.sync_load(&mut execution.threads, Acquire)); in recv()
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/loom-0.3.6/src/rt/
H A Darc.rs81 state.synchronize.sync_load(&mut execution.threads, Acquire); in get_mut()
113 state.synchronize.sync_load(&mut execution.threads, Acquire); in ref_dec()
H A Drwlock.rs203 dbg!(state.synchronize.sync_load(&mut execution.threads, Acquire)); in post_acquire_read_lock()
238 state.synchronize.sync_load(&mut execution.threads, Acquire); in post_acquire_write_lock()
H A Dsynchronize.rs23 pub fn sync_load(&mut self, threads: &mut thread::Set, order: Ordering) { in sync_load() method
H A Datomic.rs157 store.sync.sync_load(&mut execution.threads, ordering); in fence()
392 store.sync.sync_load(threads, ordering); in load()
470 self.stores[index].sync.sync_load(threads, success); in rmw()
481 self.stores[index].sync.sync_load(threads, failure); in rmw()
H A Dmutex.rs98 dbg!(state.synchronize.sync_load(&mut execution.threads, Acquire)); in post_acquire()
H A Dnotify.rs114 state.synchronize.sync_load(&mut execution.threads, Acquire); in wait()
H A Dmpsc.rs108 dbg!(synchronize.sync_load(&mut execution.threads, Acquire)); in recv()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/loom-0.4.0/src/
H A Dlazy_static.rs78 sv.sync.sync_load(&mut execution.threads, Ordering::Acquire); in try_get()
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/loom-0.3.6/src/
H A Dlazy_static.rs78 sv.sync.sync_load(&mut execution.threads, Ordering::Acquire); in try_get()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/
H A Drdp_device.hpp179 OP(texture_rectangle); OP(texture_rectangle_flip); OP(sync_load); OP(sync_pipe);
H A Drdp_device.cpp836 OP(sync_load) OP(sync_pipe) in OP()
862 /* 0x24 */ OP(texture_rectangle), OP(texture_rectangle_flip), OP(sync_load), OP(sync_pipe), in enqueue_command_direct()
/dports/science/axom/axom-0.6.1/src/axom/spin/internal/linear_bvh/
H A Dbuild_radix_tree.hpp442 AXOM_HOST_DEVICE static inline BBoxType sync_load(const BBoxType& box) in sync_load() function
618 other_aabb = sync_load<ExecSpace>(inner_aabb_ptr[other_child]); in propagate_aabbs()