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

  /src/external/public-domain/sqlite/man/
Makefile 144 sqlite3_mutex_alloc.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 544 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
sqlite3.h 1308 ** Mutexes are created using [sqlite3_mutex_alloc()].
8369 ** ^The sqlite3_mutex_alloc() routine allocates a new
8370 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()
8372 ** mutex. The argument to sqlite3_mutex_alloc() must be one of these
8393 ** cause sqlite3_mutex_alloc() to create
8403 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
8413 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8452 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
8491 ** <li> [sqlite3_mutex_alloc()] </li>
8573 ** The [sqlite3_mutex_alloc()] interface takes a single argumen
    [all...]
shell.c 20996 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID));
20999 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID));
21004 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) );
    [all...]
sqlite3.c 1629 ** Mutexes are created using [sqlite3_mutex_alloc()].
8690 ** ^The sqlite3_mutex_alloc() routine allocates a new
8691 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()
8693 ** mutex. The argument to sqlite3_mutex_alloc() must be one of these
8714 ** cause sqlite3_mutex_alloc() to create
8724 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other
8734 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()
8773 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
8812 ** <li> [sqlite3_mutex_alloc()] </li>
8894 ** The [sqlite3_mutex_alloc()] interface takes a single argumen
18440 #define sqlite3_mutex_alloc macro
30284 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ function
142764 #define sqlite3_mutex_alloc macro
    [all...]

Completed in 88 milliseconds