Soar Kernel  9.3.2 08-06-12
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Data Fields
sqlite3_mutex_methods Struct Reference

#include <sqlite3.h>

Data Fields

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

Field Documentation

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

Definition at line 5264 of file sqlite3.h.

int(* sqlite3_mutex_methods::xMutexEnd)(void)

Definition at line 5263 of file sqlite3.h.

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

Definition at line 5266 of file sqlite3.h.

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

Definition at line 5265 of file sqlite3.h.

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

Definition at line 5269 of file sqlite3.h.

int(* sqlite3_mutex_methods::xMutexInit)(void)

Definition at line 5262 of file sqlite3.h.

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

Definition at line 5268 of file sqlite3.h.

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

Definition at line 5270 of file sqlite3.h.

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

Definition at line 5267 of file sqlite3.h.


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