Searched refs:high (Results 1 – 7 of 7) sorted by relevance
2148 *high = uv__read_uint64(filename); in uv__get_cgroup1_memory_limits()2157 if (*high != 0 && *max != 0) in uv__get_cgroup1_memory_limits()2162 *high = uv__read_uint64("/sys/fs/cgroup/memory/memory.soft_limit_in_bytes"); in uv__get_cgroup1_memory_limits()2170 if (*high == cgroup1_max) in uv__get_cgroup1_memory_limits()2171 *high = UINT64_MAX; in uv__get_cgroup1_memory_limits()2190 *high = uv__read_uint64(filename); in uv__get_cgroup2_memory_limits()2194 uint64_t high; in uv__get_cgroup_constrained_memory() local2199 uv__get_cgroup1_memory_limits(buf, &high, &max); in uv__get_cgroup_constrained_memory()2201 uv__get_cgroup2_memory_limits(buf, &high, &max); in uv__get_cgroup_constrained_memory()2203 if (high == 0 || max == 0) in uv__get_cgroup_constrained_memory()[all …]
5 a high performance evented I/O library which offers the same API on Windows and Unix.46 Since then libuv has continued to mature and become a high quality standalone
40 nothing. For programs which require high performance this is a major roadblock
656 Returns the current high-resolution timestamp. This is expressed in667 Obtain the current system time from a high-resolution real-time or monotonic786 returned value of `priority` is between -20 (high priority) and 19 (low798 `priority` value range is between -20 (high priority) and 19 (low priority).
13 'handles' and 'streams' provide a high level abstraction for sockets and other entities;
299 …v --tool=memcheck --leak-check=full --track-origins=yes --leak-resolution=high --show-reachable=ye…
3254 * zos: use stckf builtin for high-res timer (jBarz)
Completed in 28 milliseconds