Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_pollset.cc55 grpc_closure shutdown_ps_closure; in BM_CreateDestroyPollset() local
56 GRPC_CLOSURE_INIT(&shutdown_ps_closure, shutdown_ps, ps, in BM_CreateDestroyPollset()
62 grpc_pollset_shutdown(ps, &shutdown_ps_closure); in BM_CreateDestroyPollset()
123 grpc_closure shutdown_ps_closure; in BM_PollEmptyPollset() local
124 GRPC_CLOSURE_INIT(&shutdown_ps_closure, shutdown_ps, ps, in BM_PollEmptyPollset()
126 grpc_pollset_shutdown(ps, &shutdown_ps_closure); in BM_PollEmptyPollset()
150 grpc_closure shutdown_ps_closure; in BM_PollAddFd() local
151 GRPC_CLOSURE_INIT(&shutdown_ps_closure, shutdown_ps, ps, in BM_PollAddFd()
154 grpc_pollset_shutdown(ps, &shutdown_ps_closure); in BM_PollAddFd()
247 grpc_closure shutdown_ps_closure; in BM_SingleThreadPollOneFd() local
[all …]