Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_cq_multiple_threads.cc51 static void pollset_init(grpc_pollset* ps, gpr_mu** mu) { in pollset_init() function
92 g_vtable.pollset_init = pollset_init; in init_engine_vtable()
/external/grpc-grpc/src/core/lib/iomgr/
Dpollset_custom.cc50 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { in pollset_init() function
99 pollset_init, pollset_shutdown,
Dev_posix.cc298 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { in pollset_init() function
300 g_event_engine->pollset_init(pollset, mu); in pollset_init()
341 pollset_init, pollset_shutdown,
Dpollset_windows.cc90 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { in pollset_init() function
225 pollset_init, pollset_shutdown,
Dev_posix.h59 void (*pollset_init)(grpc_pollset* pollset, gpr_mu** mu); member
Dev_epoll1_linux.cc531 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { in pollset_init() function
1263 pollset_init,
Dev_epollsig_linux.cc1087 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { function
1655 pollset_init,
Dev_epollex_linux.cc845 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { function
1624 pollset_init,
Dev_poll_posix.cc886 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { function
1812 pollset_init,