Statistics for MySQL  1.1
 All Classes Files Functions Variables Typedefs Macros Pages
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. More...
 

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.