Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc111 gpr_mu tb_mu; /* Lock for access to list of traced buffers */ member
333 gpr_mu_destroy(&tcp->tb_mu); in tcp_free()
613 gpr_mu_lock(&tcp->tb_mu); in tcp_write_with_timestamps()
617 gpr_mu_unlock(&tcp->tb_mu); in tcp_write_with_timestamps()
660 gpr_mu_lock(&tcp->tb_mu); in process_timestamp()
662 gpr_mu_unlock(&tcp->tb_mu); in process_timestamp()
1074 gpr_mu_init(&tcp->tb_mu); in grpc_tcp_create()