Searched refs:sqlite3_mutex_alloc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h372 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h795 ** Mutexes are created using [sqlite3_mutex_alloc()].
5298 ** ^The sqlite3_mutex_alloc() routine allocates a new
5302 ** to sqlite3_mutex_alloc() is one of these integer constants:
5316 ** cause sqlite3_mutex_alloc() to create
5326 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5336 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5378 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5417 ** <li> [sqlite3_mutex_alloc()] </li>
5499 ** The [sqlite3_mutex_alloc()] interface takes a single argument
H A Dsqlite3.c1348 ** Mutexes are created using [sqlite3_mutex_alloc()].
5851 ** ^The sqlite3_mutex_alloc() routine allocates a new
5855 ** to sqlite3_mutex_alloc() is one of these integer constants:
5869 ** cause sqlite3_mutex_alloc() to create
5879 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
5889 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
5931 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5970 ** <li> [sqlite3_mutex_alloc()] </li>
6052 ** The [sqlite3_mutex_alloc()] interface takes a single argument
9285 #define sqlite3_mutex_alloc( macro
16853 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
89264 #define sqlite3_mutex_alloc macro
[all...]

Completed in 261 milliseconds