August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_mutex_notheld() — Test if a mutex lock is not held
int sqlite3_mutex_notheld( sqlite3_mutex* mutex );
mutex
A mutual exclusion lock. If a NULL value is passed, the function should return true (nonzero).
A nonzero value if the given mutex is currently not held, or a zero value if the mutex is held.
This function is essentially the opposite of sqlite3_mutex_held() and is
subject to the same conditions and limitations.
Read now
Unlock full access