Home
last modified time | relevance | path

Searched refs:_butler_seek_counter (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_transport.cc1120 const int butler = g_atomic_int_get (&_butler_seek_counter); in butler_transport_work()
1240 g_atomic_int_set (&_butler_seek_counter, sc); in non_realtime_locate()
H A Dsession.cc334 g_atomic_int_set (&_butler_seek_counter, 0); in Session()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsession.h1385 GATOMIC_QUAL gint _butler_seek_counter; variable