FACT++  1.0
Int_t MThread::CancelThread ( void **  ret = 0)
inline

Definition at line 48 of file MThread.h.

Referenced by Camera::ExitLoop(), and Camera::~Camera().

48  {
49  const Int_t rc = fThread.Kill();
50  if (rc==13) // Thread not running
51  return rc;
52  return fThread.Join(ret);
53  }
TThread fThread
Definition: MThread.h:11

+ Here is the caller graph for this function: