Home
last modified time | relevance | path

Searched defs:fire_system_callback (Results 1 – 1 of 1) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_osc_handler.cpp322 template <typename Functor> static void fire_system_callback(Functor const& f) { in fire_system_callback() function
326 template <typename Functor> static void fire_system_callback(Functor&& f) { in fire_system_callback() function
349 template <typename Functor> static void fire_system_callback(Functor const& f) { f(); } in fire_system_callback() function
351 template <typename Functor> static void fire_system_callback(Functor&& f) { in fire_system_callback() function