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

Member Data Documentation

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

Definition at line 5950 of file sqlite3.c.

int(* sqlite3_mutex_methods::xMutexEnd)(void)

Definition at line 5949 of file sqlite3.c.

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

Definition at line 5952 of file sqlite3.c.

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

Definition at line 5951 of file sqlite3.c.

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

Definition at line 5955 of file sqlite3.c.

int(* sqlite3_mutex_methods::xMutexInit)(void)

Definition at line 5948 of file sqlite3.c.

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

Definition at line 5954 of file sqlite3.c.

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

Definition at line 5956 of file sqlite3.c.

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

Definition at line 5953 of file sqlite3.c.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:43:42