Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dev_epoll1_linux.cc267 static gpr_mu fd_freelist_mu; variable
273 static void fd_global_init(void) { gpr_mu_init(&fd_freelist_mu); } in fd_global_init()
276 gpr_mu_lock(&fd_freelist_mu); in fd_global_shutdown()
277 gpr_mu_unlock(&fd_freelist_mu); in fd_global_shutdown()
283 gpr_mu_destroy(&fd_freelist_mu); in fd_global_shutdown()
321 gpr_mu_lock(&fd_freelist_mu); in fd_create()
326 gpr_mu_unlock(&fd_freelist_mu); in fd_create()
416 gpr_mu_lock(&fd_freelist_mu); in fd_orphan()
419 gpr_mu_unlock(&fd_freelist_mu); in fd_orphan()
Dev_epollsig_linux.cc729 static gpr_mu fd_freelist_mu; variable
765 gpr_mu_lock(&fd_freelist_mu);
774 gpr_mu_unlock(&fd_freelist_mu);
796 static void fd_global_init(void) { gpr_mu_init(&fd_freelist_mu); }
799 gpr_mu_lock(&fd_freelist_mu);
800 gpr_mu_unlock(&fd_freelist_mu);
807 gpr_mu_destroy(&fd_freelist_mu);
813 gpr_mu_lock(&fd_freelist_mu);
818 gpr_mu_unlock(&fd_freelist_mu);
Dev_epollex_linux.cc319 static gpr_mu fd_freelist_mu; variable
375 gpr_mu_lock(&fd_freelist_mu);
378 gpr_mu_unlock(&fd_freelist_mu);
403 static void fd_global_init(void) { gpr_mu_init(&fd_freelist_mu); }
406 gpr_mu_lock(&fd_freelist_mu);
407 gpr_mu_unlock(&fd_freelist_mu);
413 gpr_mu_destroy(&fd_freelist_mu);
419 gpr_mu_lock(&fd_freelist_mu);
424 gpr_mu_unlock(&fd_freelist_mu);