Searched refs:fMixThread (Results 1 – 2 of 2) sorted by relevance
85 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()
118 thread_id fMixThread; variable