Searched refs:pubsub_cb_t (Results 1 – 2 of 2) sorted by relevance
64 extern pubsub_cb_t __pubsub_start_sym(event)[]; \65 extern pubsub_cb_t __pubsub_end_sym(event)[]75 extern pubsub_cb_t __cb_func_##func##event __pubsub_section(event); \76 pubsub_cb_t __cb_func_##func##event __pubsub_section(event) = (func)93 pubsub_cb_t *subscriber; \103 typedef void* (*pubsub_cb_t)(const void *arg); typedef
2344 ``pubsub_cb_t *``, and will point to each subscribed handler in turn during2351 Subscribed handlers must be of type ``pubsub_cb_t``, with following function2356 typedef void* (*pubsub_cb_t)(const void *arg);
Completed in 8 milliseconds