Home
last modified time | relevance | path

Searched refs:fMixThread (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp85 fMixThread(-1), in MixerCore()
100 ASSERT(fMixThread == -1); in ~MixerCore()
369 fMixThread = spawn_thread(_MixThreadEntry, "Yeah baby, very shagadelic", in _StartMixThread()
371 resume_thread(fMixThread); in _StartMixThread()
379 ASSERT(fMixThread > 0); in _StopMixThread()
385 wait_for_thread(fMixThread, &unused); in _StopMixThread()
387 fMixThread = -1; in _StopMixThread()
H A DMixerCore.h118 thread_id fMixThread; variable