The Pedigree Project  0.1
Public Attributes | List of all members
sqlite3_mutex_methods Struct Reference
+ Collaboration diagram for sqlite3_mutex_methods:

Public Attributes

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 6840 of file sqlite3.c.


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