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

Member Data Documentation

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

Definition at line 6650 of file sqlite3.c.

int(* sqlite3_mutex_methods::xMutexEnd)(void)

Definition at line 6649 of file sqlite3.c.

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

Definition at line 6652 of file sqlite3.c.

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

Definition at line 6651 of file sqlite3.c.

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

Definition at line 6655 of file sqlite3.c.

int(* sqlite3_mutex_methods::xMutexInit)(void)

Definition at line 6648 of file sqlite3.c.

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

Definition at line 6654 of file sqlite3.c.

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

Definition at line 6656 of file sqlite3.c.

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

Definition at line 6653 of file sqlite3.c.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:32