Home
last modified time | relevance | path

Searched defs:FdChangeData (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/event_engine/posix/
H A Devent_poller_posix_test.cc429 typedef struct FdChangeData { struct
430 void (*cb_that_ran)(struct FdChangeData*, absl::Status);
431 } FdChangeData; typedef
435 void DestroyChangeData(FdChangeData* /*fdc*/) {} in DestroyChangeData() argument