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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1578 int function () xMutexEnd;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h8086 ** ^The xMutexEnd method defined by this structure is invoked as
8090 ** those obtained by the xMutexInit method. ^The xMutexEnd()
8117 ** intervening calls to xMutexEnd(). Second and subsequent calls to
8125 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
8133 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c8399 ** ^The xMutexEnd method defined by this structure is invoked as
8403 ** those obtained by the xMutexInit method. ^The xMutexEnd()
8430 ** intervening calls to xMutexEnd(). Second and subsequent calls to
8438 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
8446 int (*xMutexEnd)(void); member in struct:sqlite3_mutex_methods
[all...]

Completed in 549 milliseconds