Move coreaudio_set_realtime_policy into libpbd

This commit is contained in:
Robin Gareus 2017-10-30 15:57:39 +01:00
parent fee03dc467
commit c0dbe8eaaf
4 changed files with 41 additions and 35 deletions

View file

@ -439,7 +439,6 @@ class CoreAudioBackend : public AudioBackend {
/* process threads */
static void* coreaudio_process_thread (void *);
bool coreaudio_set_realtime_policy (pthread_t) const;
std::vector<pthread_t> _threads;
struct ThreadData {