Home
last modified time | relevance | path

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

/dports/audio/carla/Carla-2.4.1/source/tests.old/
H A DRtLinkedList.cpp31 struct PostRtEvents { struct
37 PostRtEvents() noexcept in PostRtEvents() argument
42 ~PostRtEvents() noexcept in ~PostRtEvents() argument
47 void appendRT(const MyData& event) noexcept in appendRT()
52 void clear() noexcept in clear()
60 void trySplice() noexcept in trySplice()
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPluginInternal.cpp635 CarlaPlugin::ProtectedData::PostRtEvents::PostRtEvents() noexcept in PostRtEvents() function in CarlaPlugin::ProtectedData::PostRtEvents
H A DCarlaPluginInternal.hpp323 class PostRtEvents { class