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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1577 int function () xMutexInit;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h8081 ** ^The xMutexInit method defined by this structure is invoked as
8083 ** ^The xMutexInit routine is called by SQLite exactly once for each
8090 ** those obtained by the xMutexInit method. ^The xMutexEnd()
8115 ** The xMutexInit() method must be threadsafe. It must be harmless to
8116 ** invoke xMutexInit() multiple times within the same process and without
8118 ** xMutexInit() must be no-ops.
8120 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
8126 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
8127 ** If xMutexInit fails in any way, it is expected to clean up after itself
8132 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c8394 ** ^The xMutexInit method defined by this structure is invoked as
8396 ** ^The xMutexInit routine is called by SQLite exactly once for each
8403 ** those obtained by the xMutexInit method. ^The xMutexEnd()
8428 ** The xMutexInit() method must be threadsafe. It must be harmless to
8429 ** invoke xMutexInit() multiple times within the same process and without
8431 ** xMutexInit() must be no-ops.
8433 ** xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
8439 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
8440 ** If xMutexInit fails in any way, it is expected to clean up after itself
8445 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]

Completed in 583 milliseconds