Home
last modified time | relevance | path

Searched refs:total (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Drunner.c65 int total; in run_tests() local
74 total = 0; in run_tests()
77 total++; in run_tests()
85 fprintf(stdout, "1..%d\n", total); in run_tests()
/libuv/src/unix/
H A Dfs.c404 ssize_t total; in uv__preadv_or_pwritev_emul() local
410 total = 0; in uv__preadv_or_pwritev_emul()
423 if (total > 0) in uv__preadv_or_pwritev_emul()
424 return total; in uv__preadv_or_pwritev_emul()
429 total += r; in uv__preadv_or_pwritev_emul()
432 return total; in uv__preadv_or_pwritev_emul()
435 return total; in uv__preadv_or_pwritev_emul()
1653 ssize_t total; in uv__fs_write_all() local
1659 total = 0; in uv__fs_write_all()
1682 total += result; in uv__fs_write_all()
[all …]
H A Dlinux.c2261 uint64_t total; in uv_get_available_memory() local
2270 total = uv_get_total_memory(); in uv_get_available_memory()
2271 if (constrained > total) in uv_get_available_memory()
/libuv/docs/src/
H A Dthreading.rst154 The total thread-local storage size may be limited. That is, it may not be possible to
H A Dmisc.rst623 Gets the total amount of physical memory in the system (in bytes).
628 Gets the total amount of memory available to the process (in bytes) based on
/libuv/
H A DChangeLog597 * doc: document 0 return value for free/total memory (Ben Noordhuis)
1206 * zos: use CVTRLSTG to get total memory accurately (Shuowang (Wayne) Zhang)
2193 * linux: read free/total memory from /proc/meminfo (Ben Noordhuis)
5565 * bench: measure total/init/dispatch/cleanup times (Ben Noordhuis)

Completed in 39 milliseconds