Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
db_mutex.html

Index Summary Markup Original


R-49006-07361-60933-29760-59065-52177-14168-55126 tcl slt th3 src

This interface returns a pointer the sqlite3_mutex object that serializes access to the database connection given in the argument when the threading mode is Serialized.

th3/req1/dbmutex01.test:33

/* IMP: R-49006-07361 */
# EVIDENCE-OF: R-49006-07361 This interface returns a pointer the
# sqlite3_mutex object that serializes access to the database connection
# given in the argument when the threading mode is Serialized.

R-35002-09502-01413-09334-58784-32407-44903-62982 tcl slt th3 src

If the threading mode is Single-thread or Multi-thread then this routine returns a NULL pointer.

th3/req1/dbmutex01.test:25

/* IMP: R-35002-09502 */
# EVIDENCE-OF: R-35002-09502 If the threading mode is Single-thread or
# Multi-thread then this routine returns a NULL pointer.