Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dserver.cc201 gpr_mu mu_call; /* mutex for call-specific state */ member
375 gpr_mu_destroy(&server->mu_call); in server_delete()
514 gpr_mu_lock(&server->mu_call); in publish_new_rpc()
527 gpr_mu_unlock(&server->mu_call); in publish_new_rpc()
543 gpr_mu_unlock(&server->mu_call); in publish_new_rpc()
974 gpr_mu_init(&server->mu_call); in grpc_server_create()
1262 gpr_mu_lock(&server->mu_call); in grpc_server_shutdown_and_notify()
1265 gpr_mu_unlock(&server->mu_call); in grpc_server_shutdown_and_notify()
1351 gpr_mu_lock(&server->mu_call); in queue_call_request()
1357 gpr_mu_unlock(&server->mu_call); in queue_call_request()
[all …]