Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-log/src/
Dinterest_cache.rs248 let _lock = lock_for_test(); in test_when_disabled_the_callback_is_always_called() localVariable
275 let _lock = lock_for_test(); in test_when_enabled_the_callback_is_called_only_once_for_a_high_enough_verbosity() localVariable
302 let _lock = lock_for_test(); in test_when_core_interest_cache_is_rebuilt_this_cache_is_also_flushed() localVariable
343 let _lock = lock_for_test(); in test_when_enabled_the_callback_is_always_called_for_a_low_enough_verbosity() localVariable
370 let _lock = lock_for_test(); in test_different_log_levels_are_cached_separately() localVariable
410 let _lock = lock_for_test(); in test_different_log_targets_are_cached_separately() localVariable
450 let _lock = lock_for_test(); in test_when_cache_runs_out_of_space_the_callback_is_called_again() localVariable
488 let _lock = lock_for_test(); in test_cache_returns_previously_computed_value() localVariable
512 let _lock = lock_for_test(); in test_cache_handles_non_static_target_string() localVariable
/third_party/python/Lib/test/
D_test_eintr.py489 def _lock(self, lock_func, lock_name): member in FNTLEINTRTest
/third_party/python/Lib/
Dwebbrowser.py17 _lock = threading.RLock() variable
/third_party/iowow/src/kv/
Diwal.c66 IW_INLINE iwrc _lock(IWAL *wal) { in _lock() function
/third_party/python/Lib/asyncio/
Devents.py683 _lock = threading.Lock() variable
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py92 _lock = threading.Lock() variable
/third_party/python/Lib/logging/
D__init__.py217 _lock = threading.RLock() variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp2027 _IO_lock_t *_lock; member