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

/freebsd-10-stable/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h6487 ** ^The xMutexInit method defined by this structure is invoked as
6489 ** ^The xMutexInit routine is called by SQLite exactly once for each
6496 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6521 ** The xMutexInit() method must be threadsafe. It must be harmless to
6522 ** invoke xMutexInit() multiple times within the same process and without
6524 ** xMutexInit() must be no-ops.
6526 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6532 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6533 ** If xMutexInit fails in any way, it is expected to clean up after itself
6538 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c6747 ** ^The xMutexInit method defined by this structure is invoked as
6749 ** ^The xMutexInit routine is called by SQLite exactly once for each
6756 ** those obtained by the xMutexInit method. ^The xMutexEnd()
6781 ** The xMutexInit() method must be threadsafe. It must be harmless to
6782 ** invoke xMutexInit() multiple times within the same process and without
6784 ** xMutexInit() must be no-ops.
6786 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
6792 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
6793 ** If xMutexInit fails in any way, it is expected to clean up after itself
6798 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]

Completed in 694 milliseconds