Searched defs:sync (Results 1 - 25 of 180) sorted by relevance

12345678

/external/e2fsprogs/include/mingw/
H A Dunistd.h12 // no-oped sync
13 __inline void sync(void){}; function
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
H A Dflush.pass.cpp35 sync() function in class:testbuf
H A Dendl.pass.cpp55 sync() function in class:testbuf
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dflush.pass.cpp34 sync() function in class:testbuf
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
H A Ddestruct.pass.cpp32 int virtual sync() function in struct:testbuf1
H A Dconstruct.pass.cpp30 int virtual sync() function in struct:testbuf1
/external/compiler-rt/test/lsan/TestCases/
H A Duse_registers.cc16 int *sync = reinterpret_cast<int *>(arg); local
40 __sync_fetch_and_xor(sync, 1);
46 int sync = 0; local
48 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync);
50 while (!__sync_fetch_and_xor(&sync, 0))
H A Duse_stacks_threaded.cc16 int *sync = reinterpret_cast<int *>(arg); local
20 __sync_fetch_and_xor(sync, 1);
26 int sync = 0; local
28 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync);
30 while (!__sync_fetch_and_xor(&sync, 0))
/external/parameter-framework/upstream/parameter/
H A DHardwareBackSynchronizer.cpp51 void CHardwareBackSynchronizer::sync() function in class:CHardwareBackSynchronizer
54 _backSyncerSet.sync(*_pParameterBlackboard, true, NULL);
H A DSimulatedBackSynchronizer.cpp43 void CSimulatedBackSynchronizer::sync() function in class:CSimulatedBackSynchronizer
H A DVirtualSyncer.cpp42 bool CVirtualSyncer::sync(CParameterBlackboard &parameterBlackboard, bool bBack, string &strError) function in class:CVirtualSyncer
H A DSyncerSet.cpp55 bool CSyncerSet::sync(CParameterBlackboard &parameterBlackboard, bool bBack, function in class:CSyncerSet
69 if (!pSyncer->sync(parameterBlackboard, bBack, strError)) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterp.java54 protected void sync(int i) { method in class:Interp.FilteringTokenStream
55 super.sync(i);
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp46 int virtual sync() function in struct:testbuf
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dsync.pass.cpp12 // int sync();
43 int sync() function in struct:testbuf
55 assert(is.sync() == 0);
61 assert(is.sync() == 0);
/external/mesa3d/src/egl/main/
H A Deglsync.c39 * Parse the list of sync attributes and return the proper error code.
42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) argument
56 if (sync->Type == EGL_SYNC_CL_EVENT_KHR) {
57 sync->CLEvent = val;
63 if (sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID) {
65 sync->SyncFd = val;
76 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%" PRIxPTR, attr);
86 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, argument
91 _eglInitResource(&sync->Resource, sizeof(*sync), dp
123 _eglGetSyncAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLint attribute, EGLAttrib *value) argument
[all...]
H A Deglsync.h44 /* 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) argument
71 if (sync)
72 _eglGetResource(&sync->Resource);
73 return sync;
78 * Decrement reference count for the sync.
81 _eglPutSync(_EGLSync *sync) argument
92 _eglLinkSync(_EGLSync *sync) argument
103 _eglUnlinkSync(_EGLSync *sync) argument
116 _EGLSync *sync = (_EGLSync *) handle; local
127 _eglGetSyncHandle(_EGLSync *sync) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Drobustness.c33 _context_lost_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAddressParametersHeader.java74 * @param sync
77 protected AddressParametersHeader(String name, boolean sync) { argument
78 super(name,sync);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCookieSyncManager.java37 public void sync() { method in class:ShadowCookieSyncManager
/external/skia/include/gpu/
H A DGrBackendSemaphore.h28 void initGL(GrGLsync sync) { argument
30 fGLSync = sync;
/external/skia/src/gpu/gl/
H A DGrGLSemaphore.h24 GrGLsync sync,
28 sema->setSync(sync);
34 GrGLsync sync() const { return fSync; } function in class:GrGLSemaphore
35 void setSync(const GrGLsync& sync) { fSync = sync; } argument
23 MakeWrapped(const GrGLGpu* gpu, GrGLsync sync, GrWrapOwnership ownership) argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DEventWithExceptionDebuggee.java51 sync();
55 private void sync() { method in class:EventWithExceptionDebuggee
/external/python/cpython2/Demo/threads/
H A DCoroutine.py70 import sync namespace
75 self.e = sync.event()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.h80 public void consume() { sync(1); remove(); }
86 public void sync(int need) { function in class:FastQueue
119 sync(k);

Completed in 1292 milliseconds

12345678