/base/time/time_service/framework/js/napi/common/src/ |
H A D | napi_work.cpp | 38 void ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parser, bool sync) in GetCbInfo() argument 51 if (!sync && (argc > 0)) { in GetCbInfo()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_multiply.c | 191 in[0].sync = 1; in config_output() 194 in[1].sync = 1; in config_output()
|
H A D | vf_maskedthreshold.c | 226 in[0].sync = 1; in config_output() 229 in[1].sync = 1; in config_output()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_drm.c | 111 struct dma_buf_sync sync = { .flags = DMA_BUF_SYNC_END | map->sync_flags }; in drm_unmap_frame() local 112 ioctl(map->object[i], DMA_BUF_IOCTL_SYNC, &sync); in drm_unmap_frame()
|
/third_party/littlefs/bd/ |
H A D | lfs_testbd.c | 17 ".read=%p, .prog=%p, .erase=%p, .sync=%p, " in lfs_testbd_createcfg() 26 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_testbd_createcfg() 73 ".read=%p, .prog=%p, .erase=%p, .sync=%p, " in lfs_testbd_create() 79 (void*)(uintptr_t)cfg->erase, (void*)(uintptr_t)cfg->sync, in lfs_testbd_create() 210 // sync to make sure we persist the last changes in lfs_testbd_prog() 257 // sync to make sure we persist the last changes in lfs_testbd_erase()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest08.c | 29 * fsync, sync, lseek64, read, write 203 sync(); in runtest() 215 char *m_str[] = { "fsync", "sync" }; 510 sync(); in domisc()
|
H A D | ftest06.c | 247 sync(); in main() 403 THING(crfile), THING(unlfile), THING(fussdir), THING(sync),};
|
H A D | ftest02.c | 234 sync(); in main() 385 THING(crfile), THING(unlfile), THING(fussdir), THING(sync),};
|
/third_party/ltp/testcases/kernel/syscalls/readahead/ |
H A D | readahead02.c | 236 sync(); in test_readahead() 249 sync(); in test_readahead()
|
/third_party/rust/crates/autocfg/src/ |
H A D | lib.rs | 69 use std::sync::atomic::ATOMIC_USIZE_INIT; 70 use std::sync::atomic::{AtomicUsize, Ordering};
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 23 "sync" 70 mu sync.Mutex 76 sync.Mutex{},
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 23 "sync" 70 mu sync.Mutex 76 sync.Mutex{},
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso_wrappers.rs | 22 use core::sync::atomic::AtomicPtr; 23 use core::sync::atomic::Ordering::Relaxed;
|
/third_party/rust/crates/rust-cexpr/tests/ |
H A D | clang.rs | 311 use std::sync::atomic::{AtomicBool, Ordering}; in fix_bug_9069() 312 use std::sync::Once; in fix_bug_9069()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
H A D | auxv.rs | 22 use core::sync::atomic::Ordering::Relaxed; 23 use core::sync::atomic::{AtomicPtr, AtomicUsize};
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 23 "sync" 70 mu sync.Mutex 76 sync.Mutex{},
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.cpp | 190 case Format::SMEM: return instr->smem().sync; in get_sync_info() 191 case Format::MUBUF: return instr->mubuf().sync; in get_sync_info() 192 case Format::MIMG: return instr->mimg().sync; in get_sync_info() 193 case Format::MTBUF: return instr->mtbuf().sync; in get_sync_info() 196 case Format::SCRATCH: return instr->flatlike().sync; in get_sync_info() 197 case Format::DS: return instr->ds().sync; in get_sync_info()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_scoreboard.cpp | 168 * it would require keeping this switch statement in perfect sync in ordered_unit() 1285 fs_inst *sync = ibld.emit(BRW_OPCODE_SYNC, ibld.null_reg_ud(), in emit_inst_dependencies() local 1287 sync->sched.sbid = dep.id; in emit_inst_dependencies() 1288 sync->sched.mode = dep.unordered; in emit_inst_dependencies() 1289 assert(!(sync->sched.mode & TGL_SBID_SET)); in emit_inst_dependencies() 1309 fs_inst *sync = ibld.emit(BRW_OPCODE_SYNC, ibld.null_reg_ud(), in emit_inst_dependencies() local 1311 sync->sched = ordered_dependency_swsb(deps[ip], jps[ip], true); in emit_inst_dependencies()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_queue.c | 459 /* TODO allow sparse resource along with sync feedback */ in vn_QueueBindSparse() 737 * caller does not sync. in vn_GetFenceStatus() 852 struct vn_renderer_sync *sync; in vn_create_sync_file() local 854 VN_RENDERER_SYNC_BINARY, &sync); in vn_create_sync_file() 861 .syncs = &sync, in vn_create_sync_file() 869 vn_renderer_sync_destroy(dev->renderer, sync); in vn_create_sync_file() 873 *out_fd = vn_renderer_sync_export_syncobj(dev->renderer, sync, true); in vn_create_sync_file() 874 vn_renderer_sync_destroy(dev->renderer, sync); in vn_create_sync_file()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 644 sync(); in AtomicLoad() 650 sync(); in AtomicLoad() 655 sync(); in AtomicLoad() 660 sync(); in AtomicLoad() 665 sync(); in AtomicLoad() 681 sync(); in AtomicStore() 687 sync(); in AtomicStore() 693 sync(); in AtomicStore() 698 sync(); in AtomicStore() 710 sync(); \ [all...] |
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 164 struct vk_sync sync; member 1660 struct vk_sync *sync, in wsi_display_sync_init() 1669 struct vk_sync *sync) in wsi_display_sync_finish() 1672 container_of(sync, struct wsi_display_sync, sync); in wsi_display_sync_finish() 1679 struct vk_sync *sync, in wsi_display_sync_wait() 1685 container_of(sync, struct wsi_display_sync, sync); in wsi_display_sync_wait() 1713 struct wsi_display_sync *sync = in wsi_display_sync_create() local 1714 container_of(*sync_out, struct wsi_display_sync, sync); in wsi_display_sync_create() 1659 wsi_display_sync_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) wsi_display_sync_init() argument 1668 wsi_display_sync_finish(struct vk_device *device, struct vk_sync *sync) wsi_display_sync_finish() argument 1678 wsi_display_sync_wait(struct vk_device *device, struct vk_sync *sync, uint64_t wait_value, enum vk_sync_wait_flags wait_flags, uint64_t abs_timeout_ns) wsi_display_sync_wait() argument [all...] |
/base/request/request/services/src/task/ |
H A D | download.rs | 16 use std::sync::atomic::{AtomicBool, Ordering}; 17 use std::sync::Arc; 276 use std::sync::Arc; 278 use once_cell::sync::Lazy;
|
/third_party/rust/crates/log/src/ |
H A D | lib.rs | 349 use std::sync::atomic::{AtomicUsize, Ordering}; 354 use std::sync::atomic::Ordering; 1344 impl<T> Log for std::sync::Arc<T> 1495 std::sync::atomic::spin_loop_hint(); in set_logger() 1948 use std::sync::Arc; in test_foreign_impl()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_hw_context.c | 525 unsigned sync = 0; in r600_cp_dma_copy_buffer() local 540 sync = PKT3_CP_DMA_CP_SYNC; in r600_cp_dma_copy_buffer() 551 radeon_emit(cs, sync | ((src_offset >> 32) & 0xff)); /* CP_SYNC [31] | SRC_ADDR_HI [7:0] */ in r600_cp_dma_copy_buffer()
|
/applications/standard/calendardata/calendarmanager/napi/include/ |
H A D | napi_queue.h | 35 NapiCbInfoParser parse = NapiCbInfoParser(), bool sync = false);
|