FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void MThread::Sleep
(
UInt_t
us
)
inline
static
Definition at line
71
of file
MThread.h
.
72
{
73
TThread::SetCancelOn();
74
usleep(us);
75
TThread::SetCancelOff();
76
}
MThread
Generated on Sun Sep 18 2016 20:50:55 for FACT++ by
1.8.11