sqlite3_mutex_methods Struct Reference

#include <sqlite3.h>

List of all members.

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


Member Data Documentation

Referenced by sqlite3MutexInit().

Referenced by sqlite3MutexInit().

Referenced by sqlite3MutexInit().

Referenced by sqlite3MutexInit().


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

ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:50:04 2011 by Doxygen 1.6.1