Home
last modified time | relevance | path

Searched refs:high (Results 1 – 7 of 7) sorted by relevance

/libuv/src/unix/
H A Dlinux.c2148 *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() local
2199 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 …]
/libuv/docs/src/guide/
H A Dintroduction.rst5 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
H A Dbasics.rst40 nothing. For programs which require high performance this is a major roadblock
/libuv/docs/src/
H A Dmisc.rst656 Returns the current high-resolution timestamp. This is expressed in
667 Obtain the current system time from a high-resolution real-time or monotonic
786 returned value of `priority` is between -20 (high priority) and 19 (low
798 `priority` value range is between -20 (high priority) and 19 (low priority).
H A Ddesign.rst13 'handles' and 'streams' provide a high level abstraction for sockets and other entities;
/libuv/
H A DREADME.md299 …v --tool=memcheck --leak-check=full --track-origins=yes --leak-resolution=high --show-reachable=ye…
H A DChangeLog3254 * zos: use stckf builtin for high-res timer (jBarz)

Completed in 28 milliseconds