Searched refs:func_ptr (Results 1 – 1 of 1) sorted by relevance
200 #define RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(func_ptr, ...) \ argument202 func_ptr(__VA_ARGS__); \206 #define RUN_SLOW_FUNCTION_AND_LOG(log_title, func_ptr, ...) \ argument209 func_ptr(__VA_ARGS__); \214 #define RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK_AND_LOG(log_title, func_ptr, ...) \ argument216 RUN_SLOW_FUNCTION_AND_LOG(log_title, func_ptr, __VA_ARGS__); \