| /src/external/mit/libuv/dist/src/unix/ |
| cygwin.c | 80 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| haiku.c | 118 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| hurd.c | 134 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| qnx.c | 117 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| darwin.c | 182 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| freebsd.c | 182 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function 199 * not per CPU). At least this stops uv_cpu_info() from failing completely.
|
| netbsd.c | 185 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| openbsd.c | 184 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| ibmi.c | 287 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| linux-core.c | 268 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function 330 * Note: Simply returns on error, uv_cpu_info() takes care of the cleanup.
|
| sunos.c | 676 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| aix.c | 1060 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| os390.c | 233 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { function
|
| linux.c | 1714 int uv_cpu_info(uv_cpu_info_t** ci, int* count) { function
|
| /src/external/mit/libuv/dist/docs/code/multi-echo-server/ |
| main.c | 68 uv_cpu_info(&info, &cpu_count);
|
| /src/external/mit/libuv/dist/test/ |
| test-platform-output.c | 132 err = uv_cpu_info(&cpus, &count); 138 printf("uv_cpu_info:\n");
|
| /src/external/mit/libuv/dist/src/win/ |
| util.c | 529 int uv_cpu_info(uv_cpu_info_t** cpu_infos_ptr, int* cpu_count_ptr) { function
|
| /src/external/mit/libuv/dist/include/ |
| uv.h | 1348 UV_EXTERN int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count);
|