| /foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/ |
| H A D | napi_queue.cpp | 29 void ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parse, bool sync) in GetCbInfo() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
| H A D | thread_linux.c | 45 Semaphore *sync; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | framesync.h | 139 unsigned sync; member [all...] |
| /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
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pipe_sync.c | 28 lvp_pipe_sync_validate(ASSERTED struct lvp_pipe_sync *sync) in lvp_pipe_sync_validate() argument 39 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_init() local 54 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_finish() local 64 lvp_pipe_sync_signal_with_fence(struct lvp_device *device, struct lvp_pipe_sync *sync, struct pipe_fence_handle *fence) lvp_pipe_sync_signal_with_fence() argument 82 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); lvp_pipe_sync_signal() local 100 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); lvp_pipe_sync_reset() local 143 lvp_pipe_sync_wait_locked(struct lvp_device *device, struct lvp_pipe_sync *sync, uint64_t wait_value, enum vk_sync_wait_flags wait_flags, uint64_t abs_timeout_ns) lvp_pipe_sync_wait_locked() argument 230 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); lvp_pipe_sync_wait() local [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | test_fs_scoreboard.cpp | 245 fs_inst *sync = instruction(block0, 1); in TEST_F() local 352 fs_inst *sync = instruction(block0, 1); in TEST_F() local 464 fs_inst *sync = instruction(block0, 1); in TEST_F() local
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_bo_sync.c | 29 to_anv_bo_sync(struct vk_sync *sync) in to_anv_bo_sync() argument 41 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_init() local 58 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_finish() local 67 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); anv_bo_sync_reset() local 114 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); anv_bo_sync_wait() local 171 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); anv_bo_sync_wait() local [all...] |
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_sync.c | 39 dzn_sync_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) dzn_sync_init() argument 58 dzn_sync_finish(struct vk_device *device, struct vk_sync *sync) dzn_sync_finish() argument 67 dzn_sync_signal(struct vk_device *device, struct vk_sync *sync, uint64_t value) dzn_sync_signal() argument 83 dzn_sync_get_value(struct vk_device *device, struct vk_sync *sync, uint64_t *value) dzn_sync_get_value() argument 94 dzn_sync_reset(struct vk_device *device, struct vk_sync *sync) dzn_sync_reset() argument 152 struct dzn_sync *sync = container_of(waits[i].sync, struct dzn_sync, vk); dzn_sync_wait() local [all...] |
| /third_party/node/deps/v8/src/utils/ |
| H A D | ostreams.cc | 52 int DbgStreamBuf::sync() { in sync() function in v8::internal::DbgStreamBuf 72 int OFStreamBase::sync() { in sync() function in v8::internal::OFStreamBase
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_sync.c | 116 struct vk_sync *sync; in vk_sync_create() local 81 vk_sync_init(struct vk_device *device, struct vk_sync *sync, const struct vk_sync_type *type, enum vk_sync_flags flags, uint64_t initial_value) vk_sync_init() argument 103 vk_sync_finish(struct vk_device *device, struct vk_sync *sync) vk_sync_finish() argument 135 vk_sync_destroy(struct vk_device *device, struct vk_sync *sync) vk_sync_destroy() argument 143 vk_sync_signal(struct vk_device *device, struct vk_sync *sync, uint64_t value) vk_sync_signal() argument 158 vk_sync_get_value(struct vk_device *device, struct vk_sync *sync, uint64_t *value) vk_sync_get_value() argument 167 vk_sync_reset(struct vk_device *device, struct vk_sync *sync) vk_sync_reset() argument 187 assert_valid_wait(struct vk_sync *sync, uint64_t wait_value, enum vk_sync_wait_flags wait_flags) assert_valid_wait() argument 214 __vk_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) __vk_sync_wait() argument 240 vk_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) vk_sync_wait() argument 349 vk_sync_import_opaque_fd(struct vk_device *device, struct vk_sync *sync, int fd) vk_sync_import_opaque_fd() argument 364 vk_sync_export_opaque_fd(struct vk_device *device, struct vk_sync *sync, int *fd) vk_sync_export_opaque_fd() argument 380 vk_sync_import_sync_file(struct vk_device *device, struct vk_sync *sync, int sync_file) vk_sync_import_sync_file() argument 396 vk_sync_export_sync_file(struct vk_device *device, struct vk_sync *sync, int *sync_file) vk_sync_export_sync_file() argument [all...] |
| /third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
| H A D | pvr_srv_sync.c | 54 void pvr_srv_sync_finish(struct vk_device *device, struct vk_sync *sync) in pvr_srv_sync_finish() argument 42 pvr_srv_sync_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) pvr_srv_sync_init() argument 82 pvr_srv_sync_signal(struct vk_device *device, struct vk_sync *sync, UNUSED uint64_t value) pvr_srv_sync_signal() argument 93 pvr_srv_sync_reset(struct vk_device *device, struct vk_sync *sync) pvr_srv_sync_reset() argument 267 pvr_srv_sync_import_sync_file(struct vk_device *device, struct vk_sync *sync, int sync_file) pvr_srv_sync_import_sync_file() argument 285 pvr_srv_sync_export_sync_file(struct vk_device *device, struct vk_sync *sync, int *sync_file) pvr_srv_sync_export_sync_file() argument [all...] |
| /third_party/python/Lib/ |
| H A D | shelve.py | 164 def sync(self): member in Shelf
|
| /third_party/python/Lib/dbm/ |
| H A D | dumb.py | 138 sync = _commit variable in _Database
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLSyncTest.cpp | 64 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local 143 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); TEST_P() local 170 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); TEST_P() local 207 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); global() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 60 void sync() const { in sync() function in llvm::parallel::detail::Latch 76 void sync() const { L.sync(); } in sync() function in llvm::parallel::detail::TaskGroup
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fNegativeFragmentApiTests.cpp | 433 GLsync sync = ctx.glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in wait_sync() local 455 GLsync sync = ctx.glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in client_wait_sync() local [all...] |
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deSpinBarrier.cpp | 76 void SpinBarrier::sync (WaitMode requestedMode) in sync() function in de::SpinBarrier [all...] |
| /third_party/vk-gl-cts/framework/platform/android/ |
| H A D | tcuAndroidRenderActivity.cpp | 123 void RenderThread::sync (void) in sync() function in tcu::Android::RenderThread
|
| /third_party/skia/third_party/externals/angle2/samples/torus_lighting/ |
| H A D | TorusBufferStorage.cpp | 169 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in updateHues() local
|
| /third_party/zlib/contrib/iostream/ |
| H A D | zfstream.cpp | 206 int gzfilebuf::sync() { in sync() function in gzfilebuf
|
| /third_party/zlib/contrib/iostream3/ |
| H A D | zfstream.cc | 299 gzfilebuf::sync() in sync() function in gzfilebuf
|
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| H A D | wait.c | 404 __sched int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync, void *key) in autoremove_wake_function() argument 466 __sched int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync, void *key) in woken_wake_function() argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem_pool.c | 470 kbase_mem_pool_add_array(struct kbase_mem_pool *pool, size_t nr_pages, phys_addr_t *pages, bool zero, bool sync) kbase_mem_pool_add_array() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem_pool.c | 488 kbase_mem_pool_add_array(struct kbase_mem_pool *pool, size_t nr_pages, phys_addr_t *pages, bool zero, bool sync) kbase_mem_pool_add_array() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
| H A D | image_provider.cpp | 117 void ImageProvider::FailCallback(const std::string& key, const std::string& errorMsg, bool sync) in FailCallback() argument 140 void ImageProvider::SuccessCallback(const RefPtr<CanvasImage>& canvasImage, const std::string& key, bool sync) in SuccessCallback() argument 164 void ImageProvider::CreateImageObjHelper(const ImageSourceInfo& src, bool sync) in CreateImageObjHelper() argument 269 void ImageProvider::CreateImageObject(const ImageSourceInfo& src, const WeakPtr<ImageLoadingContext>& ctxWp, bool sync) in CreateImageObject() argument [all...] |