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

/haiku/src/apps/expander/
H A DExpanderThread.h44 virtual void ThreadShutdownFailed(status_t a_status);
H A DGenericThread.h72 virtual void ThreadShutdownFailed(status_t status);
H A DGenericThread.cpp51 ThreadShutdownFailed(status);
131 GenericThread::ThreadShutdownFailed(status_t status) function in class:GenericThread
H A DExpanderThread.cpp189 ExpanderThread::ThreadShutdownFailed(status_t status) function in class:ExpanderThread
191 fprintf(stderr, "ExpanderThread::ThreadShutdownFailed() %s\n",
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.h42 virtual void ThreadShutdownFailed(status_t status);
H A DGenericThread.h69 virtual void ThreadShutdownFailed(status_t status);
H A DGenericThread.cpp57 ThreadShutdownFailed(status);
135 GenericThread::ThreadShutdownFailed(status_t status) function in class:GenericThread
H A DZipperThread.cpp252 ZipperThread::ThreadShutdownFailed(status_t status) function in class:ZipperThread
254 fprintf(stderr, "ZipperThread::ThreadShutdownFailed(): %s\n",

Completed in 55 milliseconds