MySQL 9.1.0
Source Code Documentation
|
MySQL condition variable implementation. More...
#include <stddef.h>
#include <sys/types.h>
Go to the source code of this file.
Typedefs | |
typedef pthread_cond_t | native_cond_t |
MySQL condition variable implementation.
native_cond_t Windows - ConditionVariable Other OSes - pthread
typedef pthread_cond_t native_cond_t |