HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_mutex_notheld (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 8450 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
8497 ** <li> [sqlite3_mutex_notheld()] </li>
8539 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
8562 ** the appropriate thing to do. The sqlite3_mutex_notheld()
8567 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
sqlite3.c 8771 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
8818 ** <li> [sqlite3_mutex_notheld()] </li>
8860 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
8883 ** the appropriate thing to do. The sqlite3_mutex_notheld()
8888 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
18446 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
30366 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ function
    [all...]

Completed in 140 milliseconds