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

/haiku/src/apps/deskcalc/
H A DCalcView.h159 thread_id fEvaluateThread; member in class:CalcView
H A DCalcView.cpp214 fEvaluateThread(-1),
248 fEvaluateThread(-1),
940 fEvaluateThread = spawn_thread(_EvaluateThread, "Evaluate Thread",
942 if (fEvaluateThread < B_OK) {
944 fExpressionTextView->SetText(strerror(fEvaluateThread));
951 status_t threadStatus = resume_thread(fEvaluateThread);

Completed in 128 milliseconds