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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.h412 thread_id fSecondAnimationThread; member in class:ChartWindow
H A DChartWindow.cpp922 fSecondAnimationThread = spawn_thread(ChartWindow::Animation2, "chart animation2",
925 resume_thread(fSecondAnimationThread);
939 wait_for_thread(fSecondAnimationThread, &result);

Completed in 76 milliseconds