Searched defs:callback_t (Results 1 – 3 of 3) sorted by relevance
58 typedef void (*callback_t)(struct sdma_txreq *, int); typedef
41 using callback_t = std::function<void(sdbusplus::message_t&)>; typedef
96 using callback_t = void(boost::system::error_code, return_t); in async_send() typedef