MySQL 8.4.0
Source Code Documentation
thr_cond_bits.h File Reference

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
 

Detailed Description

MySQL condition variable implementation.

native_cond_t Windows - ConditionVariable Other OSes - pthread

Typedef Documentation

◆ native_cond_t

typedef pthread_cond_t native_cond_t