FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
MThread::fThread
TThread fThread
Definition:
MThread.h:11
Here is the caller graph for this function:
MThread
Generated on Sun Sep 18 2016 20:50:55 for FACT++ by
1.8.11