Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_chrono_threadx/
H A Dsystem_clock.cc32 sync::InterruptSpinLock system_clock_interrupt_spin_lock; variable
45 std::lock_guard lock(system_clock_interrupt_spin_lock); in GetSystemClockTickCount()
/aosp_15_r20/external/pigweed/pw_chrono_freertos/
H A Dsystem_clock.cc30 sync::InterruptSpinLock system_clock_interrupt_spin_lock; variable
43 std::lock_guard lock(system_clock_interrupt_spin_lock); in GetSystemClockTickCount()
/aosp_15_r20/external/pigweed/pw_chrono_embos/
H A Dsystem_clock.cc28 sync::InterruptSpinLock system_clock_interrupt_spin_lock; variable
51 std::lock_guard lock(system_clock_interrupt_spin_lock); in GetSystemClockTickCount()