MySQL 9.1.0
Source Code Documentation
|
#include "my_config.h"
#include <errno.h>
#include <fcntl.h>
#include <stddef.h>
#include <unistd.h>
#include "my_compiler.h"
#include "my_dbug.h"
#include "my_inttypes.h"
#include "my_io.h"
#include "my_sys.h"
#include "my_thread_local.h"
#include "mysys_err.h"
Functions | |
void | thr_set_sync_wait_callback (void(*before_wait)(void), void(*after_wait)(void)) |
int | my_sync (File fd, myf my_flags) |
Variables | |
static void(* | before_sync_wait )(void) = nullptr |
static void(* | after_sync_wait )(void) = nullptr |
|
static |
|
static |