![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include "my_config.h"#include <cerrno>#include <unistd.h>#include "my_dbug.h"#include "my_inttypes.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(*after_wait)()) | 
| int | my_sync (File fd, myf my_flags) | 
Variables | |
| static void(* | before_sync_wait )() = nullptr | 
| static void(* | after_sync_wait )() = nullptr | 
| void thr_set_sync_wait_callback | ( | void(*)() | before_wait, | 
| void(*)() | after_wait | ||
| ) | 
      
  | 
  static | 
      
  | 
  static |