Home
last modified time | relevance | path

Searched refs:unsync (Results 1 – 15 of 15) sorted by relevance

/external/rust/android-crates-io/crates/once_cell/src/
Dimp_cs.rs6 use crate::unsync;
12 value: Mutex<unsync::OnceCell<T>>,
28 OnceCell { initialized: AtomicBool::new(false), value: Mutex::new(unsync::OnceCell::new()) } in new()
34 value: Mutex::new(unsync::OnceCell::with_value(value)), in with_value()
Dlib.rs383 pub mod unsync { module
/external/rust/android-crates-io/crates/tower/src/util/boxed/
Dmod.rs37 mod unsync; module
40 pub use self::{layer::BoxLayer, sync::BoxService, unsync::UnsyncBoxService};
/external/pytorch/test/dynamo/
Dtest_torchrec.py120 d1 = next(di).sparse_features.unsync()
121 d2 = next(di).sparse_features.unsync()
122 d3 = next(di).sparse_features.unsync()
145 gm = torch._dynamo.export(f)(next(di).sparse_features.unsync()).graph_module
159 ).unsync()
/external/rust/android-crates-io/crates/once_cell/
DCHANGELOG.md58 - Add extension to `unsync` and `sync` `Lazy` mut API:
181 - add `std` default feature. Without `std`, only `unsync` module is supported.
208 - fix stacked borrows violation in `unsync::OnceCell::get`
242 - `unsync::OnceCell<T>` is `Clone` if `T` is `Clone`.
DREADME.md10 `once_cell` provides two new cell-like types, `unsync::OnceCell` and `sync::OnceCell`. `OnceCell`
/external/rust/android-crates-io/crates/once_cell/tests/it/
Dunsync_lazy.rs6 use once_cell::unsync::Lazy;
Dunsync_once_cell.rs6 use once_cell::unsync::OnceCell;
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.h134 …_context *ctx, struct zink_resource *res, unsigned level, const struct pipe_box *box, bool unsync);
Dzink_synchronization.cpp592 …k_context *ctx, struct zink_resource *res, unsigned level, const struct pipe_box *box, bool unsync) in zink_resource_image_transfer_dst_barrier() argument
600 if (unsync) in zink_resource_image_transfer_dst_barrier()
Dzink_context.c4693 bool unsync = !!(map_flags & PIPE_MAP_UNSYNCHRONIZED); in zink_copy_image_buffer() local
4694 if (unsync) { in zink_copy_image_buffer()
4708 zink_resource_image_transfer_dst_barrier(ctx, img, dst_level, &box, unsync); in zink_copy_image_buffer()
4709 if (!unsync) in zink_copy_image_buffer()
4758 VkCommandBuffer cmdbuf = unsync ? in zink_copy_image_buffer()
4766 if (unsync) { in zink_copy_image_buffer()
4828 if (unsync) in zink_copy_image_buffer()
4831 assert(!unsync); in zink_copy_image_buffer()
/external/mesa3d/docs/gallium/
Dbuffermapping.rst272 frame to reallocate the storage, it unsync maps the whole buffer each time, and
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_generic_pkts.md88 …unsync_info_t unsync_eot_info; /* additional information for unsync / end-of-trace packets. */
/external/mesa3d/docs/relnotes/
D21.2.0.rst1824 - crocus: add unsync transfer pool
D24.1.0.rst4414 - zink: flag the use_img as unsync access with buf2img copies, not the swapchain