noopMutexFree    16579 third_party/sqlite/amalgamation/sqlite3.c static void noopMutexFree(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; }
noopMutexFree      44 third_party/sqlite/src/src/mutex_noop.c static void noopMutexFree(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; }