Home
last modified time | relevance | path

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

/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DGeneralPage.cpp24 fPreemptionView(NULL), in GeneralPage()
33 fPreemptionView = AddDataView("Preemptions:"); in GeneralPage()
91 fPreemptionView->SetText(buffer); in SetModel()
104 fPreemptionView->SetText(""); in SetModel()
H A DGeneralPage.h31 TextDataView* fPreemptionView; variable