Statistics for MySQL  0.9
Functions
sqlthread.h File Reference

Definitions needed for using threads and mutexes. More...

#include <pthread.h>
Include dependency graph for sqlthread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sqlsleep (long msecs)
 Let thread sleep.

Detailed Description

Definitions needed for using threads and mutexes.

Definition in file sqlthread.h.


Function Documentation

void sqlsleep ( long  msecs)

Let thread sleep.

Parameters:
msecsduration in milliseconds

Definition at line 39 of file sqlthread.c.

 All Classes Files Functions Variables Typedefs Defines