Searched refs:unsync (Results 1 – 15 of 15) sorted by relevance
/external/rust/android-crates-io/crates/once_cell/src/ |
D | imp_cs.rs | 6 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()
|
D | lib.rs | 383 pub mod unsync { module
|
/external/rust/android-crates-io/crates/tower/src/util/boxed/ |
D | mod.rs | 37 mod unsync; module 40 pub use self::{layer::BoxLayer, sync::BoxService, unsync::UnsyncBoxService};
|
/external/pytorch/test/dynamo/ |
D | test_torchrec.py | 120 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/ |
D | CHANGELOG.md | 58 - 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`.
|
D | README.md | 10 `once_cell` provides two new cell-like types, `unsync::OnceCell` and `sync::OnceCell`. `OnceCell`
|
/external/rust/android-crates-io/crates/once_cell/tests/it/ |
D | unsync_lazy.rs | 6 use once_cell::unsync::Lazy;
|
D | unsync_once_cell.rs | 6 use once_cell::unsync::OnceCell;
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.h | 134 …_context *ctx, struct zink_resource *res, unsigned level, const struct pipe_box *box, bool unsync);
|
D | zink_synchronization.cpp | 592 …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()
|
D | zink_context.c | 4693 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/ |
D | buffermapping.rst | 272 frame to reallocate the storage, it unsync maps the whole buffer each time, and
|
/external/OpenCSD/decoder/docs/prog_guide/ |
D | prog_guide_generic_pkts.md | 88 …unsync_info_t unsync_eot_info; /* additional information for unsync / end-of-trace packets. */
|
/external/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 1824 - crocus: add unsync transfer pool
|
D | 24.1.0.rst | 4414 - zink: flag the use_img as unsync access with buf2img copies, not the swapchain
|