Home
last modified time | relevance | path

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

/dports/devel/grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Diomgr_internal.cc25 static grpc_iomgr_platform_vtable* iomgr_platform_vtable = nullptr; variable
28 return iomgr_platform_vtable != nullptr; in grpc_have_determined_iomgr_platform()
32 iomgr_platform_vtable = vtable; in grpc_set_iomgr_platform_vtable()
35 void grpc_iomgr_platform_init() { iomgr_platform_vtable->init(); } in grpc_iomgr_platform_init()
37 void grpc_iomgr_platform_flush() { iomgr_platform_vtable->flush(); } in grpc_iomgr_platform_flush()
39 void grpc_iomgr_platform_shutdown() { iomgr_platform_vtable->shutdown(); } in grpc_iomgr_platform_shutdown()
42 iomgr_platform_vtable->shutdown_background_closure(); in grpc_iomgr_platform_shutdown_background_closure()
46 return iomgr_platform_vtable->is_any_background_poller_thread(); in grpc_iomgr_platform_is_any_background_poller_thread()
51 return iomgr_platform_vtable->add_closure_to_background_poller(closure, in grpc_iomgr_platform_add_closure_to_background_poller()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/iomgr/
H A Diomgr_internal.cc25 static grpc_iomgr_platform_vtable* iomgr_platform_vtable = nullptr; variable
28 return iomgr_platform_vtable != nullptr; in grpc_have_determined_iomgr_platform()
32 iomgr_platform_vtable = vtable; in grpc_set_iomgr_platform_vtable()
35 void grpc_iomgr_platform_init() { iomgr_platform_vtable->init(); } in grpc_iomgr_platform_init()
37 void grpc_iomgr_platform_flush() { iomgr_platform_vtable->flush(); } in grpc_iomgr_platform_flush()
39 void grpc_iomgr_platform_shutdown() { iomgr_platform_vtable->shutdown(); } in grpc_iomgr_platform_shutdown()
42 iomgr_platform_vtable->shutdown_background_closure(); in grpc_iomgr_platform_shutdown_background_closure()
46 return iomgr_platform_vtable->is_any_background_poller_thread(); in grpc_iomgr_platform_is_any_background_poller_thread()
51 return iomgr_platform_vtable->add_closure_to_background_poller(closure, in grpc_iomgr_platform_add_closure_to_background_poller()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/iomgr/
H A Diomgr_internal.cc25 static grpc_iomgr_platform_vtable* iomgr_platform_vtable = nullptr; variable
28 return iomgr_platform_vtable != nullptr; in grpc_have_determined_iomgr_platform()
32 iomgr_platform_vtable = vtable; in grpc_set_iomgr_platform_vtable()
35 void grpc_iomgr_platform_init() { iomgr_platform_vtable->init(); } in grpc_iomgr_platform_init()
37 void grpc_iomgr_platform_flush() { iomgr_platform_vtable->flush(); } in grpc_iomgr_platform_flush()
39 void grpc_iomgr_platform_shutdown() { iomgr_platform_vtable->shutdown(); } in grpc_iomgr_platform_shutdown()
42 iomgr_platform_vtable->shutdown_background_closure(); in grpc_iomgr_platform_shutdown_background_closure()
46 return iomgr_platform_vtable->is_any_background_poller_thread(); in grpc_iomgr_platform_is_any_background_poller_thread()
51 return iomgr_platform_vtable->add_closure_to_background_poller(closure, in grpc_iomgr_platform_add_closure_to_background_poller()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/iomgr/
H A Diomgr_internal.cc27 static grpc_iomgr_platform_vtable* iomgr_platform_vtable = nullptr; variable
30 iomgr_platform_vtable = vtable; in grpc_set_iomgr_platform_vtable()
34 if (iomgr_platform_vtable == nullptr) { in grpc_determine_iomgr_platform()
39 void grpc_iomgr_platform_init() { iomgr_platform_vtable->init(); } in grpc_iomgr_platform_init()
41 void grpc_iomgr_platform_flush() { iomgr_platform_vtable->flush(); } in grpc_iomgr_platform_flush()
43 void grpc_iomgr_platform_shutdown() { iomgr_platform_vtable->shutdown(); } in grpc_iomgr_platform_shutdown()
46 iomgr_platform_vtable->shutdown_background_closure(); in grpc_iomgr_platform_shutdown_background_closure()
50 return iomgr_platform_vtable->is_any_background_poller_thread(); in grpc_iomgr_platform_is_any_background_poller_thread()
55 return iomgr_platform_vtable->add_closure_to_background_poller(closure, in grpc_iomgr_platform_add_closure_to_background_poller()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/iomgr/
H A Diomgr_internal.cc27 static grpc_iomgr_platform_vtable* iomgr_platform_vtable = nullptr; variable
30 iomgr_platform_vtable = vtable; in grpc_set_iomgr_platform_vtable()
34 if (iomgr_platform_vtable == nullptr) { in grpc_determine_iomgr_platform()
39 void grpc_iomgr_platform_init() { iomgr_platform_vtable->init(); } in grpc_iomgr_platform_init()
41 void grpc_iomgr_platform_flush() { iomgr_platform_vtable->flush(); } in grpc_iomgr_platform_flush()
43 void grpc_iomgr_platform_shutdown() { iomgr_platform_vtable->shutdown(); } in grpc_iomgr_platform_shutdown()
46 iomgr_platform_vtable->shutdown_background_closure(); in grpc_iomgr_platform_shutdown_background_closure()
50 return iomgr_platform_vtable->is_any_background_poller_thread(); in grpc_iomgr_platform_is_any_background_poller_thread()
55 return iomgr_platform_vtable->add_closure_to_background_poller(closure, in grpc_iomgr_platform_add_closure_to_background_poller()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/iomgr/
H A Diomgr_internal.cc27 static grpc_iomgr_platform_vtable* iomgr_platform_vtable = nullptr; variable
30 iomgr_platform_vtable = vtable; in grpc_set_iomgr_platform_vtable()
34 if (iomgr_platform_vtable == nullptr) { in grpc_determine_iomgr_platform()
39 void grpc_iomgr_platform_init() { iomgr_platform_vtable->init(); } in grpc_iomgr_platform_init()
41 void grpc_iomgr_platform_flush() { iomgr_platform_vtable->flush(); } in grpc_iomgr_platform_flush()
43 void grpc_iomgr_platform_shutdown() { iomgr_platform_vtable->shutdown(); } in grpc_iomgr_platform_shutdown()
46 iomgr_platform_vtable->shutdown_background_closure(); in grpc_iomgr_platform_shutdown_background_closure()
50 return iomgr_platform_vtable->is_any_background_poller_thread(); in grpc_iomgr_platform_is_any_background_poller_thread()
55 return iomgr_platform_vtable->add_closure_to_background_poller(closure, in grpc_iomgr_platform_add_closure_to_background_poller()