Searched refs:threadStatus (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/apps/deskcalc/
H A DCalcView.cpp951 status_t threadStatus = resume_thread(fEvaluateThread); local
952 if (threadStatus != B_OK) {
954 fExpressionTextView->SetText(strerror(threadStatus));
/haiku/src/servers/registrar/
H A DMIMEManager.cpp251 status_t threadStatus = B_NO_INIT; local
299 err = threadStatus = thread->InitCheck();
321 if (messageIsDetached && threadStatus != B_OK)
/haiku/src/kits/network/libnetservices/
H A DNetworkRequest.cpp32 status_t threadStatus = BUrlRequest::Stop(); local
34 if (threadStatus != B_OK)
35 return threadStatus;
38 wait_for_thread(fThreadId, &threadStatus);
39 return threadStatus;

Completed in 99 milliseconds