Home
last modified time | relevance | path

Searched refs:tb_mu (Results 1 – 2 of 2) 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()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc399 gpr_mu tb_mu; /* Lock for access to list of traced buffers */ member
634 gpr_mu_lock(&tcp->tb_mu); in tcp_free()
638 gpr_mu_unlock(&tcp->tb_mu); in tcp_free()
640 gpr_mu_destroy(&tcp->tb_mu); in tcp_free()
1034 gpr_mu_lock(&tcp->tb_mu); in tcp_write_with_timestamps()
1038 gpr_mu_unlock(&tcp->tb_mu); in tcp_write_with_timestamps()
1132 gpr_mu_lock(&tcp->tb_mu); in process_timestamp()
1135 gpr_mu_unlock(&tcp->tb_mu); in process_timestamp()
1270 gpr_mu_lock(&tcp->tb_mu); in tcp_shutdown_buffer_list()
1274 gpr_mu_unlock(&tcp->tb_mu); in tcp_shutdown_buffer_list()
[all …]