Manual Page Result
0
Command: sqlite3_mutex | Section: 3 | Source: NetBSD | File: sqlite3_mutex.3
SQLITE3_MUTEX(3) FreeBSD Library Functions Manual SQLITE3_MUTEX(3)
NAME
sqlite3_mutex - Mutex Handle
SYNOPSIS
typedef struct sqlite3_mutex sqlite3_mutex;
DESCRIPTION
The mutex module within SQLite defines sqlite3_mutex to be an abstract
type for a mutex object. The SQLite core never looks at the internal
representation of an sqlite3_mutex. It only deals with pointers to the
sqlite3_mutex object.
Mutexes are created using sqlite3_mutex_alloc().
SEE ALSO
sqlite3_mutex(3), sqlite3_mutex_alloc(3)
FreeBSD 14.1-RELEASE-p8 December 19, 2018 FreeBSD 14.1-RELEASE-p8