Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c66808 #if defined(__clang__) && !defined(SQLITE_NO_TSAN)
66809 # define SQLITE_NO_TSAN __attribute__((no_sanitize_thread)) macro
66811 # define SQLITE_NO_TSAN macro
66819 static SQLITE_NO_TSAN void walIndexWriteHdr(Wal *pWal){
68447 static SQLITE_NO_TSAN int walIndexTryHdr(Wal *pWal, int *pChanged){