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

  /src/external/public-domain/sqlite/dist/
sqlite3.h 8486 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
8514 ** and its associates). Similarly, xMutexAlloc() must not use SQLite memory
8515 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
8527 sqlite3_mutex *(*xMutexAlloc)(int);
sqlite3.c 8807 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
8835 ** and its associates). Similarly, xMutexAlloc() must not use SQLite memory
8836 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
8848 sqlite3_mutex *(*xMutexAlloc)(int);
    [all...]

Completed in 153 milliseconds