Searched refs:module_lifecycle_fn (Results 1 – 3 of 3) sorted by relevance
27 typedef future_t* (*module_lifecycle_fn)(void); typedef33 module_lifecycle_fn init{nullptr};34 module_lifecycle_fn start_up{nullptr};35 module_lifecycle_fn shut_down{nullptr};36 module_lifecycle_fn clean_up{nullptr};
30 constexpr module_lifecycle_fn kUnusedModuleApi = nullptr;
48 static bool call_lifecycle_function(module_lifecycle_fn function);132 static bool call_lifecycle_function(module_lifecycle_fn function) { in call_lifecycle_function()