HomeSort by relevance Sort by last modified time
    Searched defs:sync (Results 26 - 50 of 841) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 5 package sync package
9 "sync/atomic"
73 panic("sync: negative WaitGroup counter")
76 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
87 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
131 panic("sync: WaitGroup is reused before previous Wait has returned")
cond.go 5 package sync package
8 "sync/atomic"
85 panic("sync.Cond is copied")
rwmutex.go 5 package sync package
9 "sync/atomic"
71 throw("sync: RUnlock of unlocked RWMutex")
125 throw("sync: Unlock of unlocked RWMutex")
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 5 package sync package
9 "sync/atomic"
73 panic("sync: negative WaitGroup counter")
76 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
87 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
131 panic("sync: WaitGroup is reused before previous Wait has returned")
cond.go 5 package sync package
8 "sync/atomic"
85 panic("sync.Cond is copied")
rwmutex.go 5 package sync package
9 "sync/atomic"
71 throw("sync: RUnlock of unlocked RWMutex")
125 throw("sync: Unlock of unlocked RWMutex")
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream_sentry/
construct.pass.cpp 30 int virtual sync() function in struct:testbuf1
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 46 int virtual sync() function in struct:testbuf
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
sync.pass.cpp 12 // int sync();
43 int sync() function in struct:testbuf
55 assert(is.sync() == 0);
61 assert(is.sync() == 0);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 55 sync() function in class:testbuf
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PeriodicSyncTest.java 21 PeriodicSync sync = new PeriodicSync(a, "auth", local
24 assertThat(sync.account, is(a));
25 assertThat(sync.authority, equalTo("auth"));
26 assertThat(sync.period, equalTo(120l));
27 assertNotNull(sync.extras);
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VoicemailProviderChangeReceiver.java 16 package com.android.voicemail.impl.sync;
UploadTask.java 17 package com.android.voicemail.impl.sync;
65 service.sync(
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 46 int virtual sync() function in struct:testbuf
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
sync.pass.cpp 12 // int sync();
43 int sync() function in struct:testbuf
55 assert(is.sync() == 0);
61 assert(is.sync() == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 55 sync() function in class:testbuf
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 112 final Mutex sync; field in class:AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
113 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; }
115 sync.acquireInterruptibly();
124 final Mutex sync; field in class:AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
125 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; }
127 sync.acquireInterruptibly()
277 Mutex sync = new Mutex(); local
285 Mutex sync = new Mutex(); local
296 Mutex sync = new Mutex(); local
307 final Mutex sync = new Mutex(); local
328 final Mutex sync = new Mutex(); local
339 final Mutex sync = new Mutex(); local
367 final Mutex sync = new Mutex(); local
388 final Mutex sync = new Mutex(); local
410 final Mutex sync = new Mutex(); local
438 final Mutex sync = new Mutex(); local
466 final Mutex sync = new Mutex(); local
514 final Mutex sync = new Mutex(); local
530 final Mutex sync = new Mutex(); local
545 final Mutex sync = new Mutex(); local
563 final Mutex sync = new Mutex(); local
590 final Mutex sync = new Mutex(); local
610 final Mutex sync = new Mutex(); local
621 final Mutex sync = new Mutex(); local
    [all...]
AbstractQueuedSynchronizerTest.java 116 final Mutex sync; field in class:AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
117 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; }
119 sync.acquireInterruptibly();
128 final Mutex sync; field in class:AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
129 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; }
131 sync.acquireInterruptibly()
280 Mutex sync = new Mutex(); local
288 Mutex sync = new Mutex(); local
299 Mutex sync = new Mutex(); local
310 final Mutex sync = new Mutex(); local
331 final Mutex sync = new Mutex(); local
342 final Mutex sync = new Mutex(); local
370 final Mutex sync = new Mutex(); local
391 final Mutex sync = new Mutex(); local
413 final Mutex sync = new Mutex(); local
441 final Mutex sync = new Mutex(); local
469 final Mutex sync = new Mutex(); local
517 final Mutex sync = new Mutex(); local
533 final Mutex sync = new Mutex(); local
548 final Mutex sync = new Mutex(); local
566 final Mutex sync = new Mutex(); local
593 final Mutex sync = new Mutex(); local
613 final Mutex sync = new Mutex(); local
624 final Mutex sync = new Mutex(); local
    [all...]
  /art/test/132-daemon-locks-shutdown/src/
Main.java 25 Object sync = new Object(); local
28 Thread t = new Thread(new Wait(sync));
  /cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
StubProvider.java 17 package android.content.sync.cts;
  /cts/tests/tests/openglperf/jni/
OpenGlPerfNativeJni.cpp 18 #define EGL_EGLEXT_PROTOTYPES // for egl*Sync*
29 EGLSyncKHR sync);
31 EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
66 EGLSyncKHR sync = mEglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); local
67 if (sync == EGL_NO_SYNC_KHR) {
71 EGLint result = mEglClientWaitSyncKHR(dpy, sync, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, waitTimeInNs);
79 mEglDestroySyncKHR(dpy, sync);
  /external/mesa3d/src/egl/main/
eglsync.h 44 /* A sync is a display resource */
56 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
61 _eglGetSyncAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
66 * Increment reference count for the sync.
69 _eglGetSync(_EGLSync *sync)
71 if (sync)
72 _eglGetResource(&sync->Resource);
73 return sync;
78 * Decrement reference count for the sync.
81 _eglPutSync(_EGLSync *sync)
116 _EGLSync *sync = (_EGLSync *) handle; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_hw_context.c 108 unsigned sync = 0; local
123 sync = PKT3_CP_DMA_CP_SYNC;
133 radeon_emit(cs, sync | PKT3_CP_DMA_SRC_SEL(2)); /* CP_SYNC [31] | SRC_SEL[30:29] */
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCookieSyncManager.java 37 public void sync() { method in class:ShadowCookieSyncManager
  /external/skia/src/gpu/gl/
GrGLSemaphore.h 24 GrGLsync sync,
28 sema->setSync(sync);
34 GrGLsync sync() const { return fSync; } function in class:GrGLSemaphore
35 void setSync(const GrGLsync& sync) { fSync = sync; }

Completed in 245 milliseconds

12 3 4 5 6 7 8 91011>>