Home
last modified time | relevance | path

Searched refs:uv_free_cpu_info (Results 1 – 14 of 14) sorted by relevance

/third_party/libuv/docs/code/multi-echo-server/
Dmain.c69 uv_free_cpu_info(info, cpu_count); in setup_workers()
/third_party/libuv/test/
Dtest-platform-output.c116 uv_free_cpu_info(cpus, count); in TEST_IMPL()
/third_party/node/deps/uv/src/unix/
Dlinux-core.c295 uv_free_cpu_info(ci, numcpus); in uv_cpu_info()
/third_party/libuv/src/unix/
Dlinux-core.c295 uv_free_cpu_info(ci, numcpus); in uv_cpu_info()
/third_party/node/src/
Dnode_os.cc133 uv_free_cpu_info(cpu_infos, count); in GetCPUInfo()
Dnode_report.cc329 uv_free_cpu_info(cpu_info, count); in PrintCpuInfo()
/third_party/node/deps/uv/src/
Duv-common.c881 void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count) { in uv_free_cpu_info() function
/third_party/libuv/src/
Duv-common.c883 void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count) { in uv_free_cpu_info() function
/third_party/libuv/docs/src/
Dmisc.rst356 have `count` elements and needs to be freed with :c:func:`uv_free_cpu_info`.
361 .. c:function:: void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count)
/third_party/libuv/include/
Duv.h1274 UV_EXTERN void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count);
/third_party/node/deps/uv/include/
Duv.h1247 UV_EXTERN void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count);
/third_party/libuv/include/uv_ndk/
Duv.h1232 UV_EXTERN void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count);
/third_party/node/deps/uv/
DChangeLog1205 * src: move uv_free_cpu_info to uv-common.c (Santiago Gimeno)
/third_party/libuv/
DChangeLog1205 * src: move uv_free_cpu_info to uv-common.c (Santiago Gimeno)