Home
last modified time | relevance | path

Searched refs:CreateSync (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DCompletionQueueSafeHandleTest.cs34 var cq = CompletionQueueSafeHandle.CreateSync(); in CreateSyncAndDestroy()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DPInvokeTest.cs49 CompletionQueueSafeHandle cq = CompletionQueueSafeHandle.CreateSync(); in CompletionQueueCreateSyncDestroyBenchmark()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs42 public static CompletionQueueSafeHandle CreateSync() in CreateSync() method in Grpc.Core.Internal.CompletionQueueSafeHandle
DAsyncCall.cs81 using (CompletionQueueSafeHandle cq = CompletionQueueSafeHandle.CreateSync()) in UnaryCall()
/external/angle/src/libGLESv2/
Degl_stubs_autogen.h91 EGLSync CreateSync(Thread *thread,
Dentry_points_egl_autogen.cpp705 EGL_EVENT(CreateSync, "dpy = 0x%016" PRIxPTR ", type = 0x%X, attrib_list = 0x%016" PRIxPTR "", in EGL_CreateSync()
713 ANGLE_EGL_VALIDATE(thread, CreateSync, GetDisplayIfValid(dpyPacked), EGLSync, dpyPacked, type, in EGL_CreateSync()
716 return CreateSync(thread, dpyPacked, type, attrib_listPacked); in EGL_CreateSync()
Degl_stubs.cpp246 EGLSync CreateSync(Thread *thread, Display *display, EGLenum type, const AttributeMap &attributes) in CreateSync() function
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp390 EGLSyncKHR EGLAPIENTRY CreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
622 return egl::CreateSync(dpy, type, attrib_list); in eglCreateSync()
DlibEGL.cpp1369 EGLSync EGLAPIENTRY CreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in CreateSync() function
1409 return CreateSync(dpy, type, &attribs); in CreateSyncKHR()