FACT++  1.0
static void MThread::Sleep ( UInt_t  us)
inlinestatic

Definition at line 71 of file MThread.h.

72  {
73  TThread::SetCancelOn();
74  usleep(us);
75  TThread::SetCancelOff();
76  }