MySQL 9.1.0
Source Code Documentation
|
The wait array for synchronization primitives. More...
#include "ut0counter.h"
Functions | |
static sync_array_t * | sync_array_get () |
Get an instance of the sync wait array. More... | |
static sync_array_t * | sync_array_get_and_reserve_cell (void *object, ulint type, ut::Location location, sync_cell_t **cell) |
Variables | |
ulint | sync_array_size |
Locally stored copy of srv_sync_array_size. More... | |
sync_array_t ** | sync_wait_array |
The global array of wait cells for implementation of the database's own mutexes and read-write locks. More... | |
The wait array for synchronization primitives.
Inline code
Created 9/5/1995 Heikki Tuuri
|
inlinestatic |
Get an instance of the sync wait array.
|
inlinestatic |
|
extern |
Locally stored copy of srv_sync_array_size.
|
extern |
The global array of wait cells for implementation of the database's own mutexes and read-write locks.