Searched refs:noopMutexEnter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex_noop.c45 static void noopMutexEnter(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
58 noopMutexEnter,
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c16580 static void noopMutexEnter(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
16593 noopMutexEnter,
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c18569 static void noopMutexEnter(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
18582 noopMutexEnter,
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18569 static void noopMutexEnter(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
18582 noopMutexEnter,
[all...]

Completed in 457 milliseconds