Searched defs:CALLED (Results 1 – 8 of 8) sorted by relevance
684 static CALLED: AtomicBool = AtomicBool::new(false); in test_commit_hook() constant712 static CALLED: AtomicBool = AtomicBool::new(false); in test_rollback_hook() variable725 static CALLED: AtomicBool = AtomicBool::new(false); in test_update_hook() variable743 static CALLED: AtomicBool = AtomicBool::new(false); in test_progress_handler() constant
138 static CALLED: AtomicBool = AtomicBool::new(false); in test_busy_handler() constant
844 static CALLED: AtomicBool = AtomicBool::new(false); in test_changeset_apply() variable
24 # define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__) macro27 # define CALLED() macro
47 # define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__) macro50 # define CALLED() macro
177 static CALLED: AtomicUsize = AtomicUsize::new(0); in lazy_default() constant531 static CALLED: AtomicUsize = AtomicUsize::new(0); in lazy_default() constant
58 #define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__) macro61 #define CALLED() macro
679 static mut CALLED: bool = false; constant