Public Attributes | List of all members
sqlite3_mutex_methods Struct Reference

#include <sqlite3.h>

Public Attributes

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

Detailed Description

Definition at line 6821 of file sqlite3.c.

Member Data Documentation

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

Definition at line 6824 of file sqlite3.c.

int(* sqlite3_mutex_methods::xMutexEnd)(void)

Definition at line 6823 of file sqlite3.c.

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

Definition at line 6826 of file sqlite3.c.

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

Definition at line 6825 of file sqlite3.c.

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

Definition at line 6829 of file sqlite3.c.

int(* sqlite3_mutex_methods::xMutexInit)(void)

Definition at line 6822 of file sqlite3.c.

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

Definition at line 6828 of file sqlite3.c.

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

Definition at line 6830 of file sqlite3.c.

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

Definition at line 6827 of file sqlite3.c.


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


asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Fri Nov 15 2019 04:00:09