On 4/4/18, Deon Brewis <de...@outlook.com> wrote:
> assert( sqlite3_mutex_held(pPage->pBt->mutex) );

This verifies that the current thread holds the pPage->pBt->mutex
mutex.  The assert() will fire an abort() if the mutex is not held.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to