Searched refs:fAnimationThread (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/game/chart/
H A DChartWindow.h411 thread_id fAnimationThread; member in class:ChartWindow
H A DChartWindow.cpp918 fAnimationThread = spawn_thread(ChartWindow::Animation, "chart animation",
926 resume_thread(fAnimationThread);
938 wait_for_thread(fAnimationThread, &result);

Completed in 81 milliseconds