Searched refs:CreateSync (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | CompletionQueueSafeHandleTest.cs | 34 var cq = CompletionQueueSafeHandle.CreateSync(); in CreateSyncAndDestroy()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | PInvokeTest.cs | 49 CompletionQueueSafeHandle cq = CompletionQueueSafeHandle.CreateSync(); in CompletionQueueCreateSyncDestroyBenchmark()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | CompletionQueueSafeHandle.cs | 42 public static CompletionQueueSafeHandle CreateSync() in CreateSync() method in Grpc.Core.Internal.CompletionQueueSafeHandle
|
D | AsyncCall.cs | 81 using (CompletionQueueSafeHandle cq = CompletionQueueSafeHandle.CreateSync()) in UnaryCall()
|
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 91 EGLSync CreateSync(Thread *thread,
|
D | entry_points_egl_autogen.cpp | 705 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()
|
D | egl_stubs.cpp | 246 EGLSync CreateSync(Thread *thread, Display *display, EGLenum type, const AttributeMap &attributes) in CreateSync() function
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 390 EGLSyncKHR EGLAPIENTRY CreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list); 622 return egl::CreateSync(dpy, type, attrib_list); in eglCreateSync()
|
D | libEGL.cpp | 1369 EGLSync EGLAPIENTRY CreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in CreateSync() function 1409 return CreateSync(dpy, type, &attribs); in CreateSyncKHR()
|