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

/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp89 BDiscreteParameter* prioParam = group->MakeDiscreteParameter(PRIORITY_PARAM, local
91 prioParam->AddItem(5, "B_LOW_PRIORITY");
92 prioParam->AddItem(10, "B_NORMAL_PRIORITY");
93 prioParam->AddItem(15, "B_DISPLAY_PRIORITY");
94 prioParam->AddItem(20, "B_URGENT_DISPLAY_PRIORITY");
95 prioParam->AddItem(100, "B_REAL_TIME_DISPLAY_PRIORITY");
96 prioParam->AddItem(110, "B_URGENT_PRIORITY");
97 prioParam->AddItem(120, "B_REAL_TIME_PRIORITY");

Completed in 126 milliseconds