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

/freebsd-11-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-11-stable/contrib/sqlite3/
H A Dsqlite3.h7540 ** ^The xMutexInit method defined by this structure is invoked as
7542 ** ^The xMutexInit routine is called by SQLite exactly once for each
7549 ** those obtained by the xMutexInit method. ^The xMutexEnd()
7574 ** The xMutexInit() method must be threadsafe. It must be harmless to
7575 ** invoke xMutexInit() multiple times within the same process and without
7577 ** xMutexInit() must be no-ops.
7579 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
7585 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
7586 ** If xMutexInit fails in any way, it is expected to clean up after itself
7591 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c8603 ** ^The xMutexInit method defined by this structure is invoked as
8605 ** ^The xMutexInit routine is called by SQLite exactly once for each
8612 ** those obtained by the xMutexInit method. ^The xMutexEnd()
8637 ** The xMutexInit() method must be threadsafe. It must be harmless to
8638 ** invoke xMutexInit() multiple times within the same process and without
8640 ** xMutexInit() must be no-ops.
8642 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
8648 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
8649 ** If xMutexInit fails in any way, it is expected to clean up after itself
8654 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]

Completed in 1001 milliseconds