Searched refs:xMutexAlloc (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1579 sqlite3_mutex* function (int) xMutexAlloc;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h8093 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
8121 ** and its associates). Similarly, xMutexAlloc() must not use SQLite memory
8122 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
8134 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c8406 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
8434 ** and its associates). Similarly, xMutexAlloc() must not use SQLite memory
8435 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
8447 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
[all...]

Completed in 844 milliseconds