Home
last modified time | relevance | path

Searched defs:SqliteLock (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/db/
H A Dsqlite.h43 class SqliteLock; variable
385 explicit SqliteLock(Sqlite& db) TF_EXCLUSIVE_LOCK_FUNCTION(db) in SqliteLock() function
389 SqliteLock(Sqlite& db, std::try_to_lock_t) TF_EXCLUSIVE_LOCK_FUNCTION(db) in SqliteLock() function
405 #define SqliteLock(x) static_assert(0, "sqlite_lock_decl_missing_name"); macro