Home
last modified time | relevance | path

Searched refs:synchronize (Results 1 – 25 of 241) sorted by relevance

12345678910

/third_party/libuv/test/
Dtest-mutexes.c98 static void synchronize(void) { in synchronize() function
116 synchronize(); in thread_rwlock_trylock_peer()
122 synchronize(); in thread_rwlock_trylock_peer()
126 synchronize(); in thread_rwlock_trylock_peer()
131 synchronize(); in thread_rwlock_trylock_peer()
151 synchronize(); /* Releases the mutex to the other thread. */ in TEST_IMPL()
158 synchronize(); in TEST_IMPL()
162 synchronize(); in TEST_IMPL()
167 synchronize(); in TEST_IMPL()
173 synchronize(); in TEST_IMPL()
/third_party/python/Lib/multiprocessing/
Dcontext.py67 from .synchronize import Lock
72 from .synchronize import RLock
77 from .synchronize import Condition
82 from .synchronize import Semaphore
87 from .synchronize import BoundedSemaphore
92 from .synchronize import Event
97 from .synchronize import Barrier
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.h107 const auto data = mData.synchronize(); in hasMemory()
113 const auto data = mData.synchronize(); in hasSampler()
119 const auto data = mData.synchronize(); in hasDeviceQueue()
/third_party/skia/site/docs/dev/chrome/
Dchanges.md11 The strategy you use to synchronize changes in the Skia and Chromium
40 how to synchronize the changes between Skia, Blink, and Chromium [here](../blink).
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_win32_keyed_mutex/
Dkeyed_mutex_submit.txt5 …dMutexAcquireReleaseInfoNV',desc='Use Windows keyex mutex mechanism to synchronize work',type='str…
9 Vulkan semaphores to synchronize the work.
Dkeyed_mutex_submit.adoc5 …dMutexAcquireReleaseInfoNV',desc='Use Windows keyex mutex mechanism to synchronize work',type='str…
9 Vulkan semaphores to synchronize the work.
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_image_implicit_sync_control.txt110 implicit synchronization is used, the platform may synchronize any access
113 is specified, the platform will not synchronize access to that buffer
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_present_barrier/
Dpresent_barrier.adoc9 synchronize corresponding presentation requests across multiple swapchains
38 configured, this extension also supports applications to synchronize
/third_party/EGL/extensions/EXT/
DEGL_EXT_image_implicit_sync_control.txt110 implicit synchronization is used, the platform may synchronize any access
113 is specified, the platform will not synchronize access to that buffer
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_win32_keyed_mutex.adoc20 API may wish to use the native keyed mutex mechanism to synchronize access
33 // Import a memory object from Direct3D 11, and synchronize
DVK_NV_win32_keyed_mutex.txt20 API may wish to use the native keyed mutex mechanism to synchronize access
34 // Import a memory object from Direct3D 11, and synchronize
DVK_KHR_win32_keyed_mutex.adoc21 API may wish to use the native keyed mutex mechanism to synchronize access
DVK_KHR_external_fence_fd.txt22 An application using external memory may wish to synchronize access to that
DVK_KHR_win32_keyed_mutex.txt21 API may wish to use the native keyed mutex mechanism to synchronize access
DVK_KHR_external_fence_fd.adoc22 An application using external memory may wish to synchronize access to that
DVK_KHR_external_fence.adoc22 An application using external memory may wish to synchronize access to that
DVK_KHR_external_semaphore_fd.txt21 An application using external memory may wish to synchronize access to that
DVK_FUCHSIA_external_semaphore.adoc20 An application using external memory may wish to synchronize access to that
/third_party/spirv-tools/utils/vscode/
Dextension.js39 synchronize: { property
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/
Dextension.js39 synchronize: { property
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dextension.js39 synchronize: { property
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_genlock.txt35 features. Genlock is used to synchronize the refresh of the
137 The genlock trigger is used to synchronize the start of a frame
221 delayed before being used to synchronize the screen refresh.
DWGL_I3D_swap_frame_lock.txt24 This extension allows an application to synchronize color buffer swaps
26 multiple systems can use this extension to synchronize the buffer swap
/third_party/openGLES/extensions/I3D/
DWGL_I3D_genlock.txt35 features. Genlock is used to synchronize the refresh of the
137 The genlock trigger is used to synchronize the start of a frame
221 delayed before being used to synchronize the screen refresh.
DWGL_I3D_swap_frame_lock.txt24 This extension allows an application to synchronize color buffer swaps
26 multiple systems can use this extension to synchronize the buffer swap

12345678910