sqlite3_mutex_methods Struct Reference

#include "sqlite3.h"

struct sqlite3_mutex_methods

Member Attribute Documentation

xMutexAlloc

sqlite3_mutex *(*xMutexAlloc

xMutexEnd

int(*xMutexEnd

xMutexEnter

void(*xMutexEnter

xMutexFree

void(*xMutexFree

xMutexHeld

int(*xMutexHeld

xMutexInit

int(*xMutexInit

xMutexLeave

void(*xMutexLeave

xMutexNotheld

int(*xMutexNotheld

xMutexTry

int(*xMutexTry