Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Dcounters.cc92 std::unordered_map<const TimedHistogram*, bool>>::type active_timer = in ToggleRunningState() local
94 bool is_running = (*active_timer.Pointer())[this]; in ToggleRunningState()
96 (*active_timer.Pointer())[this] = !is_running; in ToggleRunningState()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h65940 struct hrtimer *active_timer; member