Searched refs:xMutexInit (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5794 ** ^The xMutexInit method defined by this structure is invoked as
5796 ** ^The xMutexInit routine is called by SQLite exactly once for each
5803 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5828 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5829 ** invoke xMutexInit() multiple times within the same process and without
5831 ** xMutexInit() must be no-ops.
5833 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5839 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5840 ** If xMutexInit fails in any way, it is expected to clean up after itself
5845 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c6365 ** ^The xMutexInit method defined by this structure is invoked as
6367 ** ^The xMutexInit routine is called by SQLite exactly once for each
6374 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6399 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
6400 ** invoke xMutexInit() multiple times within the same process and without
6402 ** xMutexInit() must be no-ops.
6404 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6410 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6411 ** If xMutexInit fails in any way, it is expected to clean up after itself
6416 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h5400 ** ^The xMutexInit method defined by this structure is invoked as
5402 ** ^The xMutexInit routine is called by SQLite exactly once for each
5409 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5434 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5435 ** invoke xMutexInit() multiple times within the same process and without
5437 ** xMutexInit() must be no-ops.
5439 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5445 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5446 ** If xMutexInit fails in any way, it is expected to clean up after itself
5451 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c5953 ** ^The xMutexInit method defined by this structure is invoked as
5955 ** ^The xMutexInit routine is called by SQLite exactly once for each
5962 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5987 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5988 ** invoke xMutexInit() multiple times within the same process and without
5990 ** xMutexInit() must be no-ops.
5992 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5998 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5999 ** If xMutexInit fails in any way, it is expected to clean up after itself
6004 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]

Completed in 762 milliseconds