Searched refs:oom_mutex (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/lib/oom/
H A Doom.cpp27 static fbl::Mutex oom_mutex; variable
30 static oom_lowmem_callback_t* oom_lowmem_callback TA_GUARDED(oom_mutex);
33 static thread_t* oom_thread TA_GUARDED(oom_mutex);
36 static bool oom_running TA_GUARDED(oom_mutex);
39 static uint64_t oom_sleep_duration_ns TA_GUARDED(oom_mutex);
42 static uint64_t oom_redline_bytes TA_GUARDED(oom_mutex);
45 static bool oom_printing TA_GUARDED(oom_mutex);
48 static bool oom_simulate_lowmem TA_GUARDED(oom_mutex);
65 AutoLock lock(&oom_mutex);
119 static void start_thread_locked() TA_REQ(oom_mutex) {
[all...]

Completed in 52 milliseconds