mutex_held        254 third_party/sqlite/src/ext/async/sqlite3async.c #define mutex_held(X) (GetCurrentThreadId()==primitives.aHolder[X])
mutex_held        320 third_party/sqlite/src/ext/async/sqlite3async.c #define mutex_held(X) pthread_equal(primitives.aHolder[X], pthread_self())