46 QThread::usleep(iSleepTime);
52 static void sleep(
long iSleepTime)
54 QThread::sleep(iSleepTime);
62 QThread::msleep(iSleepTime);
The SleepThread class is used for sleep current thread in WpaSup class.
Definition: sleepthread.h:35
static void msleep(long iSleepTime)
method which forces the current thread to sleep for usecs milliseconds
Definition: sleepthread.h:60
static void sleep(long iSleepTime)
method which forces the current thread to sleep for usecs seconds
Definition: sleepthread.h:52
static void usleep(long iSleepTime)
method which forces the current thread to sleep for usecs microseconds
Definition: sleepthread.h:44