/aosp_15_r20/external/mesa3d/src/intel/compiler/tests/gen12/ |
H A D | sync.asm | 1 sync nop(16) null<0,1,0>UB { align1 WE_all 1H @1 }; label 2 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @1 }; label 3 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @2 }; label 4 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @3 }; label 5 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @4 }; label 6 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @5 }; label 7 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @6 }; label 8 sync nop(1) null<0,1,0>UB { align1 WE_all 1N @7 }; label 9 sync nop(1) null<0,1,0>UB { align1 WE_all 3N @1 }; label 10 sync nop(1) null<0,1,0>UB { align1 WE_all 3N @2 }; label [all …]
|
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | AbstractQueuedLongSynchronizerTest.java | 112 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable 113 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptibleSyncRunnable() 124 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable 125 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() 137 void waitForQueuedThread(AbstractQueuedLongSynchronizer sync, in waitForQueuedThread() 151 void assertHasQueuedThreads(AbstractQueuedLongSynchronizer sync, in assertHasQueuedThreads() 165 void assertHasExclusiveQueuedThreads(AbstractQueuedLongSynchronizer sync, in assertHasExclusiveQueuedThreads() 177 void assertHasSharedQueuedThreads(AbstractQueuedLongSynchronizer sync, in assertHasSharedQueuedThreads() 190 void assertHasWaitersUnlocked(Mutex sync, ConditionObject c, in assertHasWaitersUnlocked() 200 void assertHasWaitersLocked(Mutex sync, ConditionObject c, in assertHasWaitersLocked() [all …]
|
H A D | AbstractQueuedSynchronizerTest.java | 116 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable 117 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptibleSyncRunnable() 128 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable 129 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() 141 void waitForQueuedThread(AbstractQueuedSynchronizer sync, Thread t) { in waitForQueuedThread() 154 void assertHasQueuedThreads(AbstractQueuedSynchronizer sync, in assertHasQueuedThreads() 168 void assertHasExclusiveQueuedThreads(AbstractQueuedSynchronizer sync, in assertHasExclusiveQueuedThreads() 180 void assertHasSharedQueuedThreads(AbstractQueuedSynchronizer sync, in assertHasSharedQueuedThreads() 193 void assertHasWaitersUnlocked(Mutex sync, ConditionObject c, in assertHasWaitersUnlocked() 203 void assertHasWaitersLocked(Mutex sync, ConditionObject c, in assertHasWaitersLocked() [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | AbstractQueuedSynchronizerTest.java | 151 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable 152 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptibleSyncRunnable() 163 final Mutex sync; field in AbstractQueuedSynchronizerTest.InterruptedSyncRunnable 164 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() 176 void waitForQueuedThread(AbstractQueuedSynchronizer sync, Thread t) { in waitForQueuedThread() 189 void assertHasQueuedThreads(AbstractQueuedSynchronizer sync, in assertHasQueuedThreads() 208 void assertHasExclusiveQueuedThreads(AbstractQueuedSynchronizer sync, in assertHasExclusiveQueuedThreads() 220 void assertHasSharedQueuedThreads(AbstractQueuedSynchronizer sync, in assertHasSharedQueuedThreads() 233 void assertHasWaitersUnlocked(Mutex sync, ConditionObject c, in assertHasWaitersUnlocked() 243 void assertHasWaitersLocked(Mutex sync, ConditionObject c, in assertHasWaitersLocked() [all …]
|
H A D | AbstractQueuedLongSynchronizerTest.java | 147 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable 148 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptibleSyncRunnable() 159 final Mutex sync; field in AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable 160 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; } in InterruptedSyncRunnable() 172 void waitForQueuedThread(AbstractQueuedLongSynchronizer sync, in waitForQueuedThread() 186 void assertHasQueuedThreads(AbstractQueuedLongSynchronizer sync, in assertHasQueuedThreads() 205 void assertHasExclusiveQueuedThreads(AbstractQueuedLongSynchronizer sync, in assertHasExclusiveQueuedThreads() 217 void assertHasSharedQueuedThreads(AbstractQueuedLongSynchronizer sync, in assertHasSharedQueuedThreads() 230 void assertHasWaitersUnlocked(Mutex sync, ConditionObject c, in assertHasWaitersUnlocked() 240 void assertHasWaitersLocked(Mutex sync, ConditionObject c, in assertHasWaitersLocked() [all …]
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_sync.c | 82 struct vk_sync *sync, in vk_sync_init() 104 struct vk_sync *sync) in vk_sync_finish() 116 struct vk_sync *sync; in vk_sync_create() local 136 struct vk_sync *sync) in vk_sync_destroy() 144 struct vk_sync *sync, in vk_sync_signal() 159 struct vk_sync *sync, in vk_sync_get_value() 168 struct vk_sync *sync) in vk_sync_reset() 187 assert_valid_wait(struct vk_sync *sync, in assert_valid_wait() 215 struct vk_sync *sync, in __vk_sync_wait() 241 struct vk_sync *sync, in vk_sync_wait() [all …]
|
H A D | vk_drm_syncobj.c | 38 to_drm_syncobj(struct vk_sync *sync) in to_drm_syncobj() 46 struct vk_sync *sync, in vk_drm_syncobj_init() 77 struct vk_sync *sync) in vk_drm_syncobj_finish() 88 struct vk_sync *sync, in vk_drm_syncobj_signal() 109 struct vk_sync *sync, in vk_drm_syncobj_get_value() 126 struct vk_sync *sync) in vk_drm_syncobj_reset() 141 sync_has_sync_file(struct vk_device *device, struct vk_sync *sync) in sync_has_sync_file() 295 struct vk_sync *sync, in vk_drm_syncobj_import_opaque_fd() 318 struct vk_sync *sync, in vk_drm_syncobj_export_opaque_fd() 335 struct vk_sync *sync, in vk_drm_syncobj_import_sync_file() [all …]
|
H A D | vk_sync_binary.c | 29 to_vk_sync_binary(struct vk_sync *sync) in to_vk_sync_binary() 38 struct vk_sync *sync, in vk_sync_binary_init() 57 struct vk_sync *sync) in vk_sync_binary_finish() 66 struct vk_sync *sync) in vk_sync_binary_reset() 77 struct vk_sync *sync, in vk_sync_binary_signal()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/ |
H A D | memslot_perf_test.c | 253 struct sync_area *sync; in prepare_vm() local 353 static void let_guest_run(struct sync_area *sync) in let_guest_run() 360 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_spin_until_start() local 366 static void make_guest_exit(struct sync_area *sync) in make_guest_exit() 373 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in _guest_should_exit() local 386 static noinline void host_perform_sync(struct sync_area *sync) in host_perform_sync() 399 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_perform_sync() local 417 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_move() local 445 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_map() local 474 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_unmap() local [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
H A D | child.h | 29 #define CHILD_FAIL_IF(x, sync) \ argument 40 #define PARENT_FAIL_IF(x, sync) \ argument 51 #define PARENT_SKIP_IF_UNSUPPORTED(x, sync) \ argument 60 int init_child_sync(struct child_sync *sync) in init_child_sync() 79 void destroy_child_sync(struct child_sync *sync) in destroy_child_sync() 85 int wait_child(struct child_sync *sync) in wait_child() 99 int prod_child(struct child_sync *sync) in prod_child() 113 int wait_parent(struct child_sync *sync) in wait_parent() 127 int prod_parent(struct child_sync *sync) in prod_parent()
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_sync.c | 40 struct vk_sync *sync, in dzn_sync_init() 60 struct vk_sync *sync) in dzn_sync_finish() 74 struct vk_sync *sync, in dzn_sync_signal() 90 struct vk_sync *sync, in dzn_sync_get_value() 101 struct vk_sync *sync) in dzn_sync_reset() 158 struct dzn_sync *sync = container_of(waits[i].sync, struct dzn_sync, vk); in dzn_sync_wait() local 226 dzn_sync_import_win32_handle(struct vk_device *device, struct vk_sync *sync, in dzn_sync_import_win32_handle() 250 dzn_sync_export_win32_handle(struct vk_device *device, struct vk_sync *sync, HANDLE *handle) in dzn_sync_export_win32_handle() 269 dzn_sync_prep_win32_export(struct vk_device *device, struct vk_sync *sync, in dzn_sync_prep_win32_export() 283 dzn_sync_import_opaque_fd(struct vk_device *device, struct vk_sync *sync, in dzn_sync_import_opaque_fd() [all …]
|
/aosp_15_r20/frameworks/base/media/jni/ |
H A D | android_media_MediaSync.cpp | 124 static sp<JMediaSync> setMediaSync(JNIEnv *env, jobject thiz, const sp<JMediaSync> &sync) { in setMediaSync() 174 sp<JMediaSync> sync = getMediaSync(env, thiz); in android_media_MediaSync_native_setSurface() local 207 sp<JMediaSync> sync = getMediaSync(env, thiz); in android_media_MediaSync_native_setAudioTrack() local 238 sp<JMediaSync> sync = getMediaSync(env, thiz); in android_media_MediaSync_createInputSurface() local 259 sp<JMediaSync> sync = getMediaSync(env, thiz); in android_media_MediaSync_native_updateQueuedAudioData() local 274 sp<JMediaSync> sync = getMediaSync(env, thiz); in android_media_MediaSync_native_getTimestamp() local 302 sp<JMediaSync> sync = getMediaSync(env, thiz); in android_media_MediaSync_native_getPlayTimeForPendingAudioFrames() local 317 sp<JMediaSync> sync = getMediaSync(env, thiz); in android_media_MediaSync_setPlaybackParams() local 368 sp<JMediaSync> sync = getMediaSync(env, thiz); in android_media_MediaSync_getPlaybackParams() local 390 sp<JMediaSync> sync = getMediaSync(env, thiz); in android_media_MediaSync_setSyncParams() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipe_sync.c | 29 lvp_pipe_sync_validate(ASSERTED struct lvp_pipe_sync *sync) in lvp_pipe_sync_validate() 40 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_init() local 55 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_finish() local 66 struct lvp_pipe_sync *sync, in lvp_pipe_sync_signal_with_fence() 83 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_signal() local 101 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_reset() local 145 struct lvp_pipe_sync *sync, in lvp_pipe_sync_wait_locked() 231 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_sync_wait() local 250 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_import_sync_file() local 270 struct lvp_pipe_sync *sync = vk_sync_as_lvp_pipe_sync(vk_sync); in lvp_pipe_export_sync_file() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | syncobj.c | 177 _mesa_get_and_ref_sync(struct gl_context *ctx, GLsync sync, bool incRefCount) in _mesa_get_and_ref_sync() 217 _mesa_IsSync(GLsync sync) in _mesa_IsSync() 227 delete_sync(struct gl_context *ctx, GLsync sync, bool no_error) in delete_sync() 259 _mesa_DeleteSync_no_error(GLsync sync) in _mesa_DeleteSync_no_error() 267 _mesa_DeleteSync(GLsync sync) in _mesa_DeleteSync() 372 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync_no_error() 382 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync() 440 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync_no_error() 450 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync() 478 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, in _mesa_GetSynciv()
|
/aosp_15_r20/external/mesa3d/src/egl/main/ |
H A D | eglsync.h | 60 _eglGetSync(_EGLSync *sync) in _eglGetSync() 71 _eglPutSync(_EGLSync *sync) in _eglPutSync() 81 _eglLinkSync(_EGLSync *sync) in _eglLinkSync() 91 _eglUnlinkSync(_EGLSync *sync) in _eglUnlinkSync() 103 _EGLSync *sync = (_EGLSync *)handle; in _eglLookupSync() local 113 _eglGetSyncHandle(_EGLSync *sync) in _eglGetSyncHandle()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_knl_drm.cc | 132 tu_syncobj_from_vk_sync(struct vk_sync *sync) in tu_syncobj_from_vk_sync() 152 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_init() local 174 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_finish() local 186 struct tu_timeline_sync *sync = to_tu_timeline_sync(vk_sync); in tu_timeline_sync_reset() local 246 struct tu_timeline_sync *sync = to_tu_timeline_sync(waits[i].sync); in tu_timeline_sync_wait() local 269 struct tu_timeline_sync *sync = submitted_syncs[i]; in tu_timeline_sync_wait() local 290 struct tu_timeline_sync *sync = to_tu_timeline_sync(waits[i].sync); in tu_timeline_sync_wait() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
H A D | TouchHelper.java | 81 public void tapOnDisplay(int x, int y, int displayId, boolean sync) { in tapOnDisplay() 85 public void tapOnDisplay(int x, int y, int displayId, boolean sync, boolean waitAnimations) { in tapOnDisplay() 136 int x, int y, int displayId, boolean sync) { in injectMotion() 142 int x, int y, int displayId, boolean sync, boolean waitAnimations) { in injectMotion() 150 public static void injectKey(int keyCode, boolean longPress, boolean sync) { in injectKey() 155 public static long injectKeyActionDown(int keyCode, boolean longPress, boolean sync) { in injectKeyActionDown() 171 boolean sync) { in injectKeyActionUp() 191 public void triggerBackEventByGesture(int displayId, boolean sync, boolean waitForAnimations) { in triggerBackEventByGesture() 214 public SwipeSession(int displayId, boolean sync, boolean waitForAnimations) { in SwipeSession()
|
/aosp_15_r20/device/google/contexthub/firmware/os/algos/ |
D | time_sync.c | 21 void time_sync_reset(time_sync_t *sync) { in time_sync_reset() 29 bool time_sync_init(time_sync_t *sync) { in time_sync_init() 35 void time_sync_truncate(time_sync_t *sync, size_t window_size) { in time_sync_truncate() 60 bool time_sync_add(time_sync_t *sync, uint64_t time1, uint64_t time2) { in time_sync_add() 87 bool time_sync_estimate_time1(time_sync_t *sync, uint64_t time2, uint64_t *time1) in time_sync_estimate_time1() 161 void time_sync_hold(time_sync_t *sync, uint8_t count) { in time_sync_hold()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_bo_sync.c | 30 to_anv_bo_sync(struct vk_sync *sync) in to_anv_bo_sync() 42 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_init() local 60 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_finish() local 69 struct anv_bo_sync *sync = to_anv_bo_sync(vk_sync); in anv_bo_sync_reset() local 117 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); in anv_bo_sync_wait() local 174 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); in anv_bo_sync_wait() local
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_bo_sync.c | 29 to_anv_bo_sync(struct vk_sync *sync) in to_anv_bo_sync() 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); in anv_bo_sync_reset() local 114 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); in anv_bo_sync_wait() local 171 struct anv_bo_sync *sync = to_anv_bo_sync(waits[i].sync); in anv_bo_sync_wait() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | FenceSyncTests.cpp | 146 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 156 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 215 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 234 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 245 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 318 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_sync.c | 43 struct vk_sync *sync, in pvr_srv_sync_init() 54 void pvr_srv_sync_finish(struct vk_device *device, struct vk_sync *sync) in pvr_srv_sync_finish() 83 struct vk_sync *sync, in pvr_srv_sync_signal() 94 struct vk_sync *sync) in pvr_srv_sync_reset() 231 struct vk_sync *sync, in pvr_srv_sync_import_sync_file() 249 struct vk_sync *sync, in pvr_srv_sync_export_sync_file()
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/dp/ |
H A D | dp_intf.c | 28 struct mtk_dpintf_sync_param *sync) in mtk_dpintf_config_hsync() 39 struct mtk_dpintf_sync_param *sync, in mtk_dpintf_config_vsync() 57 struct mtk_dpintf_sync_param *sync) in mtk_dpintf_config_vsync_lodd() 64 struct mtk_dpintf_sync_param *sync) in mtk_dpintf_config_vsync_leven() 71 struct mtk_dpintf_sync_param *sync) in mtk_dpintf_config_vsync_rodd() 78 struct mtk_dpintf_sync_param *sync) in mtk_dpintf_config_vsync_reven()
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | EGL15Test.java | 159 EGLSync sync = EGL15.eglCreateSync(mEglDisplay, EGL15.EGL_SYNC_FENCE, in testEGL15SyncFence() local 205 EGLSync sync = EGL15.eglCreateSync(mEglDisplay, EGLExt.EGL_SYNC_NATIVE_FENCE_ANDROID, in testEGL15AndroidNativeFence() local 258 EGLSync sync = EGL15.eglCreateSync(mEglDisplay, EGLExt.EGL_SYNC_NATIVE_FENCE_ANDROID, in testEGL15AndroidNativeFenceWithAwaitDuration() local 306 EGLSync sync = EGL15.eglCreateSync(mEglDisplay, EGL15.EGL_SYNC_FENCE, in testEGL15GetSyncType() local 343 EGLSync sync = EGL15.eglCreateSync(mEglDisplay, EGL15.EGL_SYNC_FENCE, in testEGL15WaitSync() local
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/ |
H A D | HashGUI.cpp | 79 CProgressSync &sync = Sync; in StartScanning() local 107 CProgressSync &sync = Sync; in SetNumFiles() local 114 CProgressSync &sync = Sync; in SetTotal() local 134 CProgressSync &sync = Sync; in GetStream() local 151 CProgressSync &sync = Sync; in SetOperationResult() local 262 CProgressSync &sync = Sync; in AfterLastFile() local
|