Home
last modified time | relevance | path

Searched refs:pollset_init (Results 1 – 17 of 17) 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/rust/crates/grpcio-sys/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.cc303 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { in pollset_init() function
305 g_event_engine->pollset_init(pollset, mu); in pollset_init()
346 pollset_init, pollset_shutdown,
Dev_apple.cc299 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { in pollset_init() function
334 pollset_init, pollset_shutdown,
Dpollset_windows.cc90 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { in pollset_init() function
239 pollset_init, pollset_shutdown,
Dev_posix.h64 void (*pollset_init)(grpc_pollset* pollset, gpr_mu** mu); member
Dev_epoll1_linux.cc550 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { in pollset_init() function
1294 pollset_init,
Dev_poll_posix.cc849 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { function
1368 pollset_init,
Dev_epollex_linux.cc795 static void pollset_init(grpc_pollset* pollset, gpr_mu** mu) { function
1602 pollset_init,
/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,