Home
last modified time | relevance | path

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

12345678910>>...19

/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 *disp, EGLenum type, in _eglInitSync()
123 _eglGetSyncAttrib(_EGLDisplay *disp, _EGLSync *sync, in _eglGetSyncAttrib()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_sync.h36 GLsync sync; in NewSync() local
47 GlSync(GlSync&& sync) : sync_(sync.sync_) { sync.sync_ = nullptr; } in GlSync() function
62 const GLsync sync() const { return sync_; } in sync() function
65 explicit GlSync(GLsync sync) : sync_(sync) {} in GlSync()
Dgl_sync.cc32 GlSync sync; in GlSyncWait() local
53 GlSync sync; in GlActiveSyncWait() local
85 GlShaderSync sync; in NewSync() local
/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/linux-kselftest/tools/testing/selftests/kvm/
Dmemslot_perf_test.c255 struct sync_area *sync; in prepare_vm() local
355 static void let_guest_run(struct sync_area *sync) in let_guest_run()
362 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_spin_until_start() local
368 static void make_guest_exit(struct sync_area *sync) in make_guest_exit()
375 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in _guest_should_exit() local
388 static noinline void host_perform_sync(struct sync_area *sync) in host_perform_sync()
401 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_perform_sync() local
419 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_move() local
447 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_map() local
476 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_unmap() local
[all …]
/external/angle/src/tests/gl_tests/
DFenceSyncTests.cpp146 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
156 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
215 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
234 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
245 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
303 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
/external/skia/src/gpu/ganesh/gl/
DGrGLSemaphore.h24 GrGLsync sync, in MakeWrapped()
34 GrGLsync sync() const { return fSync; } in sync() function
35 void setSync(const GrGLsync& sync) { fSync = sync; } in setSync()
DGrGLAssembleWebGLInterfaceAutogen.cpp32 void emscripten_glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) { in emscripten_glWaitSync()
39 GLenum emscripten_glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) { in emscripten_glClientWaitSync()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_syncobj.c163 struct intel_gl_sync_object *sync; in intel_gl_new_sync_object() local
175 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; in intel_gl_delete_sync_object() local
186 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; in intel_gl_fence_sync() local
196 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; in intel_gl_client_wait_sync() local
207 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; in intel_gl_server_wait_sync() local
215 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; in intel_gl_check_sync() local
/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/rust/crates/crossbeam-utils/src/
Dlib.rs45 pub(crate) mod sync { module
66 pub(crate) mod sync { module
/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/tensorflow/tensorflow/lite/delegates/gpu/cl/
Degl_sync.h41 EglSync(EGLDisplay display, EGLSyncKHR sync) in EglSync()
63 EGLSyncKHR sync() const { return sync_; } in sync() function
Degl_sync.cc49 absl::Status EglSync::NewFence(EGLDisplay display, EglSync* sync) { in NewFence()
69 EglSync& EglSync::operator=(EglSync&& sync) { in operator =()
/external/rust/crates/bytes/src/
Dloom.rs2 pub(crate) mod sync { module
24 pub(crate) mod sync { module
/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
366 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_fence_sync() local
385 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_client_wait_sync() local
396 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_server_wait_sync() local
404 struct brw_gl_sync *sync = (struct brw_gl_sync *) _sync; in brw_gl_check_sync() local
/external/rust/crates/crossbeam-epoch/src/
Dlib.rs77 pub(crate) mod sync { module
126 pub(crate) mod sync { module
/external/cronet/net/socket/
Dfuzzed_socket.cc54 bool sync; in Read() local
108 bool sync; in Write() local
171 bool sync = true; in Connect() 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/ImageMagick/coders/
Dpnm.c648 sync; in ReadPNMImage() local
705 sync; in ReadPNMImage() local
813 sync; in ReadPNMImage() local
998 sync; in ReadPNMImage() local
1323 sync; in ReadPNMImage() local
1393 sync; in ReadPNMImage() local
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dprint_google_default_creds_token.cc45 synchronizer* sync = static_cast<synchronizer*>(arg); in on_metadata_response() local
68 synchronizer sync; in main() local
/external/grpc-grpc/test/core/security/
Dprint_google_default_creds_token.cc45 synchronizer* sync = static_cast<synchronizer*>(arg); in on_metadata_response() local
67 synchronizer sync; in main() local

12345678910>>...19