MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / sysinfo

Class sysinfo

src/fastlock.cpp:507–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505{
506#ifdef __linux__
507 struct sysinfo sysinf;
508 int fHighPressurePrev, fHighPressureNew;
509 __atomic_load(&g_fHighCpuPressure, &fHighPressurePrev, __ATOMIC_RELAXED);
510 fHighPressureNew = fHighPressurePrev;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected