MySQL 8.4.0
Source Code Documentation
my_sync.cc File Reference
#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
 

Variable Documentation

◆ after_sync_wait

void(* after_sync_wait) (void) ( void  ) = nullptr
static

◆ before_sync_wait

void(* before_sync_wait) (void) ( void  ) = nullptr
static