Searched refs:pubsub_cb_t (Results 1 – 2 of 2) sorted by relevance
45 extern pubsub_cb_t __pubsub_start_sym(event)[]; \46 extern pubsub_cb_t __pubsub_end_sym(event)[]54 pubsub_cb_t __cb_func_##func##event __pubsub_section(event) = func71 pubsub_cb_t *subscriber; \81 typedef void* (*pubsub_cb_t)(const void *arg); typedef
2287 ``pubsub_cb_t *``, and will point to each subscribed handler in turn during2294 Subscribed handlers must be of type ``pubsub_cb_t``, with following function2299 typedef void* (*pubsub_cb_t)(const void *arg);