Searched defs:noopMutexLeave (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex_noop.c50 static void noopMutexLeave(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
60 noopMutexLeave,
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c16585 static void noopMutexLeave(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
16595 noopMutexLeave,
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c18574 static void noopMutexLeave(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
18584 noopMutexLeave,
[all...]
/external/sqlite/dist/
H A Dsqlite3.c18574 static void noopMutexLeave(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } function
18584 noopMutexLeave,
[all...]

Completed in 1119 milliseconds