Searched defs: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.c16595 static void noopMutexEnter(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
16608 noopMutexEnter,
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c17459 static void noopMutexEnter(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
17472 noopMutexEnter,
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17459 static void noopMutexEnter(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
17472 noopMutexEnter,
[all...]

Completed in 1217 milliseconds