Go to the source code of this file.
Functions | |
int | sqlite3MutexInit (void) |
int | sqlite3MutexEnd (void) |
sqlite3_mutex * | sqlite3_mutex_alloc (int id) |
sqlite3_mutex * | sqlite3MutexAlloc (int id) |
void | sqlite3_mutex_free (sqlite3_mutex *p) |
void | sqlite3_mutex_enter (sqlite3_mutex *p) |
int | sqlite3_mutex_try (sqlite3_mutex *p) |
void | sqlite3_mutex_leave (sqlite3_mutex *p) |
sqlite3_mutex* sqlite3_mutex_alloc | ( | int | id | ) |
Definition at line 77 of file mutex.c.
References sqlite3_initialize(), and sqlite3GlobalConfig.
void sqlite3_mutex_enter | ( | sqlite3_mutex * | p | ) |
Definition at line 104 of file mutex.c.
References sqlite3GlobalConfig.
void sqlite3_mutex_free | ( | sqlite3_mutex * | p | ) |
Definition at line 94 of file mutex.c.
References sqlite3GlobalConfig.
void sqlite3_mutex_leave | ( | sqlite3_mutex * | p | ) |
Definition at line 128 of file mutex.c.
References sqlite3GlobalConfig.
int sqlite3_mutex_try | ( | sqlite3_mutex * | p | ) |
Definition at line 114 of file mutex.c.
References sqlite3GlobalConfig, and SQLITE_OK.
sqlite3_mutex* sqlite3MutexAlloc | ( | int | id | ) |
Definition at line 84 of file mutex.c.
References sqlite3GlobalConfig.
int sqlite3MutexEnd | ( | void | ) |
Definition at line 68 of file mutex.c.
References sqlite3GlobalConfig, and SQLITE_OK.
int sqlite3MutexInit | ( | void | ) |
Definition at line 25 of file mutex.c.
References sqlite3GlobalConfig, SQLITE_MUTEX_STATIC_MASTER, SQLITE_OK, sqlite3_mutex_methods::xMutexAlloc, sqlite3_mutex_methods::xMutexEnter, sqlite3_mutex_methods::xMutexInit, and sqlite3_mutex_methods::xMutexLeave.
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:50:00 2011 by Doxygen 1.6.1