Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_MUTEX_OS2

5552 ** <li>   SQLITE_MUTEX_OS2
5560 ** a single-threaded application. ^The SQLITE_MUTEX_OS2,
8764 ** SQLITE_MUTEX_OS2 For multi-threaded applications on OS/2.
8775 # define SQLITE_MUTEX_OS2
16519 ** The code in this file is only used if SQLITE_MUTEX_OS2 is defined.
16522 #ifdef SQLITE_MUTEX_OS2
16773 #endif /* SQLITE_MUTEX_OS2 */