Home
last modified time | relevance | path

Searched refs:Threading (Results 1 – 25 of 220) sorted by relevance

123456789

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestGrpc.cs116 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> EmptyCall(global::G… in EmptyCall()
127 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> UnaryCall(… in UnaryCall()
140 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> CacheableU… in CacheableUnaryCall()
153 …public virtual global::System.Threading.Tasks.Task StreamingOutputCall(global::Grpc.Testing.Stream… in StreamingOutputCall()
165 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.StreamingInputCallResponse… in StreamingInputCall()
179 …public virtual global::System.Threading.Tasks.Task FullDuplexCall(grpc::IAsyncStreamReader<global:… in FullDuplexCall()
194 …public virtual global::System.Threading.Tasks.Task HalfDuplexCall(grpc::IAsyncStreamReader<global:… in HalfDuplexCall()
206 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(g… in UnimplementedCall()
244 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in EmptyCall()
266 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in EmptyCallAsync()
[all …]
DBenchmarkServiceGrpc.cs86 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> UnaryCall(… in UnaryCall()
100 …public virtual global::System.Threading.Tasks.Task StreamingCall(grpc::IAsyncStreamReader<global::… in StreamingCall()
112 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> StreamingF… in StreamingFromClient()
125 …public virtual global::System.Threading.Tasks.Task StreamingFromServer(global::Grpc.Testing.Simple… in StreamingFromServer()
138 …public virtual global::System.Threading.Tasks.Task StreamingBothWays(grpc::IAsyncStreamReader<glob… in StreamingBothWays()
177 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in UnaryCall()
201 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in UnaryCallAsync()
225 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in StreamingCall()
248 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in StreamingFromClient()
271 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in StreamingFromServer()
[all …]
DWorkerServiceGrpc.cs89 …public virtual global::System.Threading.Tasks.Task RunServer(grpc::IAsyncStreamReader<global::Grpc… in RunServer()
106 …public virtual global::System.Threading.Tasks.Task RunClient(grpc::IAsyncStreamReader<global::Grpc… in RunClient()
117 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.CoreResponse> CoreCount(gl… in CoreCount()
128 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Void> QuitWorker(global::G… in QuitWorker()
170 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in RunServer()
200 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in RunClient()
226 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in CoreCount()
248 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in CoreCountAsync()
270 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in QuitWorker()
292 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in QuitWorkerAsync()
DMetricsGrpc.cs71 …public virtual global::System.Threading.Tasks.Task GetAllGauges(global::Grpc.Testing.EmptyMessage … in GetAllGauges()
82 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.GaugeResponse> GetGauge(gl… in GetGauge()
121 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in GetAllGauges()
144 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in GetGauge()
166 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in GetGaugeAsync()
DReportQpsScenarioServiceGrpc.cs57 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Testing.Void> ReportScenario(globa… in ReportScenario()
95 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in ReportScenario()
117 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in ReportScenarioAsync()
DGeneratedClientTest.cs23 using System.Threading;
24 using System.Threading.Tasks;
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs79 …public virtual global::System.Threading.Tasks.Task<global::Math.DivReply> Div(global::Math.DivArgs… in Div()
94 …public virtual global::System.Threading.Tasks.Task DivMany(grpc::IAsyncStreamReader<global::Math.D… in DivMany()
108 …public virtual global::System.Threading.Tasks.Task Fib(global::Math.FibArgs request, grpc::IServer… in Fib()
120 …public virtual global::System.Threading.Tasks.Task<global::Math.Num> Sum(grpc::IAsyncStreamReader<… in Sum()
159 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in Div()
183 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in DivAsync()
208 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in DivMany()
234 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in Fib()
258 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in Sum()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuideGrpc.cs87 …public virtual global::System.Threading.Tasks.Task<global::Routeguide.Feature> GetFeature(global::… in GetFeature()
104 …public virtual global::System.Threading.Tasks.Task ListFeatures(global::Routeguide.Rectangle reque… in ListFeatures()
118 …public virtual global::System.Threading.Tasks.Task<global::Routeguide.RouteSummary> RecordRoute(gr… in RecordRoute()
133 …public virtual global::System.Threading.Tasks.Task RouteChat(grpc::IAsyncStreamReader<global::Rout… in RouteChat()
176 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in GetFeature()
208 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in GetFeatureAsync()
240 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in ListFeatures()
269 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in RecordRoute()
295 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in RouteChat()
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DHelloworldGrpc.cs58 …public virtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global:… in SayHello()
96 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in SayHello()
118 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in SayHelloAsync()
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
DHelloworldGrpc.cs58 …public virtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global:… in SayHello()
96 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in SayHello()
118 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in SayHelloAsync()
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthGrpc.cs52 …public virtual global::System.Threading.Tasks.Task<global::Grpc.Health.V1.HealthCheckResponse> Che… in Check()
82 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in Check()
90 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in CheckAsync()
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
DSettings.cs25 System.Threading.Monitor.Enter(Settings.m_SyncObject);
34 System.Threading.Monitor.Exit(Settings.m_SyncObject);
/external/grpc-grpc/src/csharp/Grpc.Reflection/
DReflectionGrpc.cs59 …public virtual global::System.Threading.Tasks.Task ServerReflectionInfo(grpc::IAsyncStreamReader<g… in ServerReflectionInfo()
97 …me? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global… in ServerReflectionInfo()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallCredentialsSafeHandle.cs18 using System.Threading;
19 using System.Threading.Tasks;
DServerCredentialsSafeHandle.cs18 using System.Threading;
19 using System.Threading.Tasks;
DChannelCredentialsSafeHandle.cs18 using System.Threading;
19 using System.Threading.Tasks;
DServerRequestStream.cs21 using System.Threading;
22 using System.Threading.Tasks;
DClientResponseStream.cs21 using System.Threading;
22 using System.Threading.Tasks;
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DShutdownHookServerTest.cs22 using System.Threading;
23 using System.Threading.Tasks;
DShutdownHookClientTest.cs22 using System.Threading;
23 using System.Threading.Tasks;
DCallCredentialsTest.cs22 using System.Threading;
23 using System.Threading.Tasks;
DShutdownHookPendingCallTest.cs22 using System.Threading;
23 using System.Threading.Tasks;
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworldGrpc.cs22 using System.Threading;
23 using System.Threading.Tasks;
59 …public virtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global:… in SayHello()
/external/grpc-grpc/src/csharp/Grpc.Auth/
DGoogleGrpcCredentials.cs20 using System.Threading;
21 using System.Threading.Tasks;
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
DMathServiceImplTestabilityTest.cs20 using System.Threading;
21 using System.Threading.Tasks;

123456789