Home
last modified time | relevance | path

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

/libuv/docs/code/multi-echo-server/
H A Dmain.c69 uv_free_cpu_info(info, cpu_count); in setup_workers()
/libuv/test/
H A Dtest-platform-output.c152 uv_free_cpu_info(cpus, count); in TEST_IMPL()
/libuv/src/
H A Duv-common.c925 void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count) { in uv_free_cpu_info() function
/libuv/src/unix/
H A Dos390.c262 uv_free_cpu_info(*cpu_infos, idx); in uv_cpu_info()
/libuv/docs/src/
H A Dmisc.rst394 have `count` elements and needs to be freed with :c:func:`uv_free_cpu_info`.
399 .. c:function:: void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count)
/libuv/include/
H A Duv.h1336 UV_EXTERN void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count);
/libuv/
H A DChangeLog2008 * src: move uv_free_cpu_info to uv-common.c (Santiago Gimeno)

Completed in 28 milliseconds