gdrsclib
Data Fields
sqlite3_mutex_methods Struct Reference

#include <sqlite3.h>

Data Fields

int(* xMutexInit )(void)
 
int(* xMutexEnd )(void)
 
sqlite3_mutex *(* xMutexAlloc )(int)
 
void(* xMutexFree )(sqlite3_mutex *)
 
void(* xMutexEnter )(sqlite3_mutex *)
 
int(* xMutexTry )(sqlite3_mutex *)
 
void(* xMutexLeave )(sqlite3_mutex *)
 
int(* xMutexHeld )(sqlite3_mutex *)
 
int(* xMutexNotheld )(sqlite3_mutex *)
 

Detailed Description

Definition at line 5434 of file sqlite3.c.

Field Documentation

◆ xMutexAlloc

sqlite3_mutex *(* xMutexAlloc)(int)

Definition at line 5437 of file sqlite3.c.

◆ xMutexEnd

int(* xMutexEnd)(void)

Definition at line 5436 of file sqlite3.c.

◆ xMutexEnter

void(* xMutexEnter)(sqlite3_mutex *)

Definition at line 5439 of file sqlite3.c.

◆ xMutexFree

void(* xMutexFree)(sqlite3_mutex *)

Definition at line 5438 of file sqlite3.c.

◆ xMutexHeld

int(* xMutexHeld)(sqlite3_mutex *)

Definition at line 5442 of file sqlite3.c.

◆ xMutexInit

int(* xMutexInit)(void)

Definition at line 5435 of file sqlite3.c.

◆ xMutexLeave

void(* xMutexLeave)(sqlite3_mutex *)

Definition at line 5441 of file sqlite3.c.

◆ xMutexNotheld

int(* xMutexNotheld)(sqlite3_mutex *)

Definition at line 5443 of file sqlite3.c.

◆ xMutexTry

int(* xMutexTry)(sqlite3_mutex *)

Definition at line 5440 of file sqlite3.c.


The documentation for this struct was generated from the following files: