Home
last modified time | relevance | path

Searched refs:SQLITE_NO_TSAN (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dwal.c784 #if defined(__clang__) && !defined(SQLITE_NO_TSAN)
785 # define SQLITE_NO_TSAN __attribute__((no_sanitize_thread)) macro
787 # define SQLITE_NO_TSAN macro
795 static SQLITE_NO_TSAN void walIndexWriteHdr(Wal *pWal){ in walIndexWriteHdr()
2319 static SQLITE_NO_TSAN int walIndexTryHdr(Wal *pWal, int *pChanged){ in walIndexTryHdr()