Searched refs:os2ShmMutexHeld (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c716 ** Function os2ShmMutexHeld() is used to assert() that the global mutex
721 ** assert( os2ShmMutexHeld() );
731 static int os2ShmMutexHeld(void) { function
747 ** os2ShmMutexHeld() must be true when creating or destroying
760 ** os2ShmMutexHeld() is true when reading or writing any other field
808 ** The os2ShmMutexHeld() must be true while reading or writing this list.
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22728 ** Function os2ShmMutexHeld() is used to assert() that the global mutex
22733 ** assert( os2ShmMutexHeld() );
22743 static int os2ShmMutexHeld(void) { function
22759 ** os2ShmMutexHeld() must be true when creating or destroying
22772 ** os2ShmMutexHeld() is true when reading or writing any other field
22820 ** The os2ShmMutexHeld() must be true while reading or writing this list.
[all...]

Completed in 2306 milliseconds