Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
sqlite3_mutex_methods Struct Reference

#include "sqlite3.h"

Collaboration diagram for sqlite3_mutex_methods:

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 8367 of file sqlite3.h.

Field Documentation

◆ xMutexAlloc

sqlite3_mutex *(* sqlite3_mutex_methods::xMutexAlloc)(int)

Definition at line 8370 of file sqlite3.h.

◆ xMutexEnd

int(* sqlite3_mutex_methods::xMutexEnd)(void) ( void )

Definition at line 8369 of file sqlite3.h.

◆ xMutexEnter

void(* sqlite3_mutex_methods::xMutexEnter)(sqlite3_mutex *)

Definition at line 8372 of file sqlite3.h.

◆ xMutexFree

void(* sqlite3_mutex_methods::xMutexFree)(sqlite3_mutex *)

Definition at line 8371 of file sqlite3.h.

◆ xMutexHeld

int(* sqlite3_mutex_methods::xMutexHeld)(sqlite3_mutex *)

Definition at line 8375 of file sqlite3.h.

◆ xMutexInit

int(* sqlite3_mutex_methods::xMutexInit)(void) ( void )

Definition at line 8368 of file sqlite3.h.

◆ xMutexLeave

void(* sqlite3_mutex_methods::xMutexLeave)(sqlite3_mutex *)

Definition at line 8374 of file sqlite3.h.

◆ xMutexNotheld

int(* sqlite3_mutex_methods::xMutexNotheld)(sqlite3_mutex *)

Definition at line 8376 of file sqlite3.h.

◆ xMutexTry

int(* sqlite3_mutex_methods::xMutexTry)(sqlite3_mutex *)

Definition at line 8373 of file sqlite3.h.


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