Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dpollset_uv.cc38 typedef struct uv_poller_handle { struct
42 } uv_poller_handle; typedef
44 static uv_poller_handle* g_handle;
47 g_handle = (uv_poller_handle*)gpr_malloc(sizeof(uv_poller_handle)); in init()
/external/grpc-grpc/src/core/lib/iomgr/
Dpollset_uv.cc38 typedef struct uv_poller_handle { struct
42 } uv_poller_handle; argument
44 static uv_poller_handle* g_handle;
47 g_handle = (uv_poller_handle*)gpr_malloc(sizeof(uv_poller_handle)); in init()