Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_chrono_embos/
H A Dsystem_timer.cc43 RecursiveCriticalSectionLock recursive_global_timer_lock; variable
48 std::lock_guard lock(recursive_global_timer_lock); in HandleTimerCallback()
86 std::lock_guard lock(recursive_global_timer_lock); in InvokeAt()