Functions for threading. More...
Go to the source code of this file.
Functions | |
void | sqlsleep (long msecs) |
Let thread sleep. More... | |
Functions for threading.
Definition in file sqlthread.c.
void sqlsleep | ( | long | msecs | ) |
Let thread sleep.
msecs | duration in milliseconds |
Definition at line 39 of file sqlthread.c.