Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 25 of 217) sorted by relevance

123456789

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dchild.h29 #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()
/external/mesa3d/src/egl/main/
Deglsync.h69 _eglGetSync(_EGLSync *sync) in _eglGetSync()
81 _eglPutSync(_EGLSync *sync) in _eglPutSync()
92 _eglLinkSync(_EGLSync *sync) in _eglLinkSync()
103 _eglUnlinkSync(_EGLSync *sync) in _eglUnlinkSync()
116 _EGLSync *sync = (_EGLSync *) handle; in _eglLookupSync() local
127 _eglGetSyncHandle(_EGLSync *sync) in _eglGetSyncHandle()
Deglsync.c42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) in _eglParseSyncAttribList()
86 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, in _eglInitSync()
123 _eglGetSyncAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in _eglGetSyncAttrib()
/external/mesa3d/src/mesa/main/
Dsyncobj.c177 _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()
368 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync_no_error()
378 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync()
411 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync_no_error()
421 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync()
449 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, in _mesa_GetSynciv()
/external/skia/src/gpu/gl/
DGrGLSemaphore.h24 GrGLsync sync, in MakeWrapped()
32 GrGLsync sync() const { return fSync; } in sync() function
33 void setSync(const GrGLsync& sync) { fSync = sync; } in setSync()
/external/skqp/src/gpu/gl/
DGrGLSemaphore.h24 GrGLsync sync, in MakeWrapped()
32 GrGLsync sync() const { return fSync; } in sync() function
33 void setSync(const GrGLsync& sync) { fSync = sync; } in setSync()
/external/compiler-rt/test/lsan/TestCases/
Duse_registers.cc16 int *sync = reinterpret_cast<int *>(arg); in registers_thread_func() local
46 int sync = 0; in main() local
Duse_stacks_threaded.cc16 int *sync = reinterpret_cast<int *>(arg); in stacks_thread_func() local
26 int sync = 0; in main() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_syncobj.c165 struct intel_gl_sync_object *sync; in intel_gl_new_sync_object() local
177 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; in intel_gl_delete_sync_object() local
188 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; in intel_gl_fence_sync() local
198 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; in intel_gl_client_wait_sync() local
209 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; in intel_gl_server_wait_sync() local
217 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; in intel_gl_check_sync() local
/external/deqp/framework/egl/wrapper/
DeglwImplExt.inl7 EGLint eglwClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout)
55 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync)
71 EGLBoolean eglwGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value)
95 EGLBoolean eglwSignalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode)
119 EGLint eglwWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags)
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sync.c342 struct brw_gl_sync *sync; in brw_gl_new_sync() local
354 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_delete_sync() local
365 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_fence_sync() local
384 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_client_wait_sync() local
395 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_server_wait_sync() local
403 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_check_sync() local
/external/skqp/site/dev/design/
Dsync.md1 sync chapter
/external/libxcam/modules/soft/
Dsoft_handler.cpp148 SoftHandler::execute_buffer (const SmartPtr<ImageHandler::Parameters> &param, bool sync) in execute_buffer()
224 SmartPtr<SyncMeta> sync = _cur_sync; in finish() local
239 SmartPtr<SyncMeta> sync = _cur_sync; in terminate() local
/external/grpc-grpc/test/core/security/
Dverify_jwt.cc51 synchronizer* sync = static_cast<synchronizer*>(user_data); in on_jwt_verification_done() local
76 synchronizer sync; in main() local
Dprint_google_default_creds_token.cc45 synchronizer* sync = static_cast<synchronizer*>(arg); in on_metadata_response() local
67 synchronizer sync; in main() local
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cc78 SyncClock sync; in TEST() local
155 SyncClock sync; in TEST() local
170 SyncClock sync; in TEST() local
185 SyncClock sync; in TEST() local
203 SyncClock sync; in TEST() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWebSyncManager.java11 protected void sync() { in sync() method in ShadowWebSyncManager
/external/parameter-framework/upstream/parameter/
DSimulatedBackSynchronizer.cpp43 void CSimulatedBackSynchronizer::sync() in sync() function in CSimulatedBackSynchronizer
DVirtualSyncer.cpp42 bool CVirtualSyncer::sync(CParameterBlackboard &parameterBlackboard, bool bBack, string &strError) in sync() function in CVirtualSyncer
DHardwareBackSynchronizer.cpp51 void CHardwareBackSynchronizer::sync() in sync() function in CHardwareBackSynchronizer
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
Dflush.pass.cpp34 sync() in sync() function in testbuf
/external/ImageMagick/MagickCore/
Dcolorspace.c343 sync; in sRGBTransformImage() local
403 sync; in sRGBTransformImage() local
475 sync; in sRGBTransformImage() local
693 sync; in sRGBTransformImage() local
760 sync; in sRGBTransformImage() local
1003 sync; in sRGBTransformImage() local
1810 sync; in TransformsRGBImage() local
1870 sync; in TransformsRGBImage() local
1950 sync; in TransformsRGBImage() local
2171 sync; in TransformsRGBImage() local
[all …]
/external/deqp/framework/egl/
DegluCallLogWrapper.inl42 eglw::EGLint CallLogWrapper::eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGL…
52 eglw::EGLint CallLogWrapper::eglClientWaitSyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, egl…
242 eglw::EGLBoolean CallLogWrapper::eglDestroySync (eglw::EGLDisplay dpy, eglw::EGLSync sync)
252 eglw::EGLBoolean CallLogWrapper::eglDestroySyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync)
366 eglw::EGLBoolean CallLogWrapper::eglGetSyncAttrib (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::…
376 eglw::EGLBoolean CallLogWrapper::eglGetSyncAttribKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, …
494 eglw::EGLBoolean CallLogWrapper::eglSignalSyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, egl…
594 eglw::EGLBoolean CallLogWrapper::eglWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLin…
604 eglw::EGLint CallLogWrapper::eglWaitSyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGL…
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
Dflush.pass.cpp35 sync() in sync() function in testbuf
/external/e2fsprogs/include/mingw/
Dunistd.h13 __inline void sync(void){}; in sync() function

123456789