/external/mesa3d/src/egl/main/ |
D | eglsync.h | 52 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, 57 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, 65 _eglGetSync(_EGLSync *sync) in _eglGetSync() argument 67 if (sync) in _eglGetSync() 68 _eglGetResource(&sync->Resource); in _eglGetSync() 69 return sync; in _eglGetSync() 77 _eglPutSync(_EGLSync *sync) in _eglPutSync() argument 79 return (sync) ? _eglPutResource(&sync->Resource) : EGL_FALSE; in _eglPutSync() 88 _eglLinkSync(_EGLSync *sync) in _eglLinkSync() argument 90 _eglLinkResource(&sync->Resource, _EGL_RESOURCE_SYNC); in _eglLinkSync() [all …]
|
D | eglsync.c | 40 _eglParseSyncAttribList(_EGLSync *sync, const EGLint *attrib_list) in _eglParseSyncAttribList() argument 69 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, in _eglInitSync() argument 78 _eglInitResource(&sync->Resource, sizeof(*sync), dpy); in _eglInitSync() 79 sync->Type = type; in _eglInitSync() 80 sync->SyncStatus = EGL_UNSIGNALED_KHR; in _eglInitSync() 81 sync->SyncCondition = EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR; in _eglInitSync() 83 err = _eglParseSyncAttribList(sync, attrib_list); in _eglInitSync() 92 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in _eglGetSyncAttribKHR() argument 100 *value = sync->Type; in _eglGetSyncAttribKHR() 103 *value = sync->SyncStatus; in _eglGetSyncAttribKHR() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_syncobj.c | 51 struct intel_sync_object *sync; in intel_new_sync_object() local 53 sync = calloc(1, sizeof(struct intel_sync_object)); in intel_new_sync_object() 55 return &sync->Base; in intel_new_sync_object() 61 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_delete_sync_object() local 63 drm_intel_bo_unreference(sync->bo); in intel_delete_sync_object() 64 free(sync); in intel_delete_sync_object() 72 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_fence_sync() local 77 sync->bo = intel->batch.bo; in intel_fence_sync() 78 drm_intel_bo_reference(sync->bo); in intel_fence_sync() 93 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_client_wait_sync() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_syncobj.c | 51 struct intel_sync_object *sync; in intel_new_sync_object() local 53 sync = calloc(1, sizeof(struct intel_sync_object)); in intel_new_sync_object() 55 return &sync->Base; in intel_new_sync_object() 61 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_delete_sync_object() local 63 drm_intel_bo_unreference(sync->bo); in intel_delete_sync_object() 64 free(sync); in intel_delete_sync_object() 72 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_fence_sync() local 77 sync->bo = intel->batch.bo; in intel_fence_sync() 78 drm_intel_bo_reference(sync->bo); in intel_fence_sync() 93 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_client_wait_sync() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_syncobj.c | 51 struct intel_sync_object *sync; in intel_new_sync_object() local 53 sync = calloc(1, sizeof(struct intel_sync_object)); in intel_new_sync_object() 55 return &sync->Base; in intel_new_sync_object() 61 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_delete_sync_object() local 63 drm_intel_bo_unreference(sync->bo); in intel_delete_sync_object() 64 free(sync); in intel_delete_sync_object() 72 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_fence_sync() local 77 sync->bo = intel->batch.bo; in intel_fence_sync() 78 drm_intel_bo_reference(sync->bo); in intel_fence_sync() 93 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_client_wait_sync() local [all …]
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 78 SyncClock sync; in TEST() local 79 thr1.ReleaseStore(&cache, &sync); in TEST() 81 thr2.acquire(&cache, &sync); in TEST() 82 thr2.acquire(&cache, &sync); in TEST() 84 sync.Reset(&cache); in TEST() 155 SyncClock sync; in TEST() local 156 vector.release(&cache, &sync); in TEST() 157 ASSERT_EQ(sync.size(), 11U); in TEST() 158 ASSERT_EQ(sync.get(0), 0ULL); in TEST() 159 ASSERT_EQ(sync.get(1), 0ULL); in TEST() [all …]
|
/external/libedit/ |
D | ChangeLog | 8 * all: sync with upstream source. 41 * all: sync with upstream source. 47 * all: sync with upstream source. 53 * all: sync with upstream source. 59 * all: sync with upstream source. 65 * all: sync with upstream source. 71 * all: sync with upstream source. 77 * all: sync with upstream source. 83 * all: sync with upstream source. 89 * all: sync with upstream source. [all …]
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
D | CalendarICU.java | 38 sync(); in unwrap() 44 sync(); in add() 68 sync(); in clone() 75 sync(); in compareTo() 94 sync(); in equals() 102 sync(); in get() 185 sync(); in getTimeInMillis() 196 sync(); in hashCode() 211 sync(); in roll() 217 sync(); in roll() [all …]
|
/external/compiler-rt/test/lsan/TestCases/ |
D | use_stacks_threaded.cc | 16 int *sync = reinterpret_cast<int *>(arg); in stacks_thread_func() local 20 __sync_fetch_and_xor(sync, 1); in stacks_thread_func() 26 int sync = 0; in main() local 28 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync); in main() 30 while (!__sync_fetch_and_xor(&sync, 0)) in main()
|
D | use_registers.cc | 16 int *sync = reinterpret_cast<int *>(arg); in registers_thread_func() local 35 __sync_fetch_and_xor(sync, 1); in registers_thread_func() 41 int sync = 0; in main() local 43 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync); in main() 45 while (!__sync_fetch_and_xor(&sync, 0)) in main()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractFuture.java | 68 private final Sync<V> sync = new Sync<V>(); field in AbstractFuture 96 return sync.get(unit.toNanos(timeout)); in get() 116 return sync.get(); in get() 121 return sync.isDone(); in isDone() 126 return sync.isCancelled(); in isCancelled() 131 if (!sync.cancel(mayInterruptIfRunning)) { in cancel() 160 return sync.wasInterrupted(); in wasInterrupted() 183 boolean result = sync.set(value); in set() 200 boolean result = sync.setException(checkNotNull(throwable)); in setException()
|
/external/deqp/framework/delibs/decpp/ |
D | deSpinBarrier.cpp | 76 void SpinBarrier::sync (WaitMode requestedMode) in sync() function in de::SpinBarrier 167 barrier.sync(mode); in singleThreadTest() 168 barrier.sync(mode); in singleThreadTest() 169 barrier.sync(mode); in singleThreadTest() 195 m_barrier.sync(getWaitMode(rnd)); in run() 199 m_barrier.sync(getWaitMode(rnd)); in run() 205 m_barrier.sync(getWaitMode(rnd)); in run() 209 m_barrier.sync(getWaitMode(rnd)); in run() 262 barrier.sync(mode); in singleThreadRemoveTest() 266 barrier.sync(mode); in singleThreadRemoveTest() [all …]
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | PeriodicSyncTest.java | 21 PeriodicSync sync = new PeriodicSync(a, "auth", in shouldHaveConstructor() local 24 assertThat(sync.account, is(a)); in shouldHaveConstructor() 25 assertThat(sync.authority, equalTo("auth")); in shouldHaveConstructor() 26 assertThat(sync.period, equalTo(120l)); in shouldHaveConstructor() 27 assertNotNull(sync.extras); in shouldHaveConstructor()
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync); 143 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTi… 144 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 145 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute… 148 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync); 149 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint … 150 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum… 151 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLi… 212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncNV (EGLSyncNV sync); 213 EGLAPI EGLBoolean EGLAPIENTRY eglFenceNV (EGLSyncNV sync); [all …]
|
/external/mesa3d/src/mesa/main/ |
D | syncobj.c | 211 _mesa_IsSync(GLsync sync) in _mesa_IsSync() argument 214 struct gl_sync_object *const syncObj = (struct gl_sync_object *) sync; in _mesa_IsSync() 222 _mesa_DeleteSync(GLsync sync) in _mesa_DeleteSync() argument 225 struct gl_sync_object *const syncObj = (struct gl_sync_object *) sync; in _mesa_DeleteSync() 234 if (sync == 0) { in _mesa_DeleteSync() 299 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync() argument 302 struct gl_sync_object *const syncObj = (struct gl_sync_object *) sync; in _mesa_ClientWaitSync() 344 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync() argument 347 struct gl_sync_object *const syncObj = (struct gl_sync_object *) sync; in _mesa_WaitSync() 373 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, in _mesa_GetSynciv() argument [all …]
|
D | syncobj.h | 63 _mesa_IsSync(GLsync sync); 66 _mesa_DeleteSync(GLsync sync); 72 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout); 75 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout); 78 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length,
|
/external/llvm/test/CodeGen/PowerPC/ |
D | atomics.ll | 15 ; CHECK-NOT: sync 22 ; CHECK-NOT: sync 35 ; CHECK: sync 47 ; CHECK-NOT: sync 54 ; CHECK-NOT: sync 68 ; CHECK: sync 79 ; CHECK: sync 87 ;CHECK-NOT: sync 105 ; CHECK-NOT: [sync ] 113 ; CHECK-NOT: sync [all …]
|
/external/skia/site/dev/design/ |
D | sync-and-gyp.md | 1 sync-and-gyp 4 [`sync-and-gyp`](https://skia.googlesource.com/skia.git/+/master/bin/sync-and-gyp) 5 is a Python program that wraps `gclient sync` and `gyp_skia`. 17 `gclient sync`. If not, it skips that step. 23 - Since running `sync-and-gyp` is fast when it can do nothing, it is
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | CommonTokenStream.java | 67 sync(p); in consume() 70 sync(p); in consume() 110 sync(i); in skipOffTokenChannels() 113 sync(i); in skipOffTokenChannels() 132 sync(0); in setup() 136 sync(i); in setup()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFuncPtrLibraryImpl.inl | 22 EGLint FuncPtrLibrary::clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout)… argument 24 return m_egl.clientWaitSync(dpy, sync, flags, timeout); 27 EGLint FuncPtrLibrary::clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR… argument 29 return m_egl.clientWaitSyncKHR(dpy, sync, flags, timeout); 122 EGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const 124 return m_egl.destroySync(dpy, sync); 127 EGLBoolean FuncPtrLibrary::destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const 129 return m_egl.destroySyncKHR(dpy, sync); 182 EGLBoolean FuncPtrLibrary::getSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib… argument 184 return m_egl.getSyncAttrib(dpy, sync, attribute, value); [all …]
|
D | eglwFuncPtrLibraryDecl.inl | 9 EGLint clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) co… 10 EGLint clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR tim… 29 EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const; 30 EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const; 41 EGLBoolean getSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *va… 42 EGLBoolean getSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *… 53 EGLBoolean signalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) const; 63 EGLBoolean waitSync (EGLDisplay dpy, EGLSync sync, EGLint flags) const; 64 EGLint waitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) const;
|
/external/tlsdate/ |
D | events.dot | 12 wake -> sync; 13 sync -> save; 16 sync -> terminate; 36 cros_user_set_time -> sync [style=dotted]; 43 sync -> get_proxy -> {proxy_ok, proxy_failed, proxy_timed_out} -> tlsdate;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.cc | 29 FdSync *sync; member 99 if (d->sync) { in init() 100 unref(thr, pc, d->sync); in init() 101 d->sync = 0; in init() 106 d->sync = s; in init() 109 d->sync = &fdctx.globsync; in init() 164 FdSync *s = d->sync; in FdAcquire() 175 FdSync *s = d->sync; in FdRelease() 212 unref(thr, pc, d->sync); in FdClose() 213 d->sync = 0; in FdClose() [all …]
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_sync.c | 200 egl_g3d_destroy_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync) in egl_g3d_destroy_sync() argument 202 struct egl_g3d_sync *gsync = egl_g3d_sync(sync); in egl_g3d_destroy_sync() 222 egl_g3d_client_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in egl_g3d_client_wait_sync() argument 225 struct egl_g3d_sync *gsync = egl_g3d_sync(sync); in egl_g3d_client_wait_sync() 263 egl_g3d_signal_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in egl_g3d_signal_sync() argument 266 struct egl_g3d_sync *gsync = egl_g3d_sync(sync); in egl_g3d_signal_sync() 269 if (sync->Type != EGL_SYNC_REUSABLE_KHR) in egl_g3d_signal_sync()
|
/external/skia/site/dev/chrome/ |
D | repo.md | 8 $ tools/git-sync-deps 11 This command does a minimal "just sync the DEPS" emulation of gclient sync for 17 sync Skia's DEPS. Most of those DEPS are for building and testing only;
|