#include "uv.h"
#include "internal.h"
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <ifaddrs.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_arp.h>
#include <sys/sockio.h>
#include <sys/loadavg.h>
#include <sys/time.h>
#include <unistd.h>
#include <kstat.h>
#include <fcntl.h>
#include <sys/port.h>
#include <port.h>
#include <procfs.h>
Go to the source code of this file.
|
void | uv__fs_event_close (uv_fs_event_t *handle) |
|
uint64_t | uv__hrtime (uv_clocktype_t type) |
|
static int | uv__ifaddr_exclude (struct ifaddrs *ent) |
|
int | uv__io_check_fd (uv_loop_t *loop, int fd) |
|
int | uv__io_fork (uv_loop_t *loop) |
|
void | uv__io_poll (uv_loop_t *loop, int timeout) |
|
void | uv__platform_invalidate_fd (uv_loop_t *loop, int fd) |
|
void | uv__platform_loop_delete (uv_loop_t *loop) |
|
int | uv__platform_loop_init (uv_loop_t *loop) |
|
static int | uv__set_phys_addr (uv_interface_address_t *address, struct ifaddrs *ent) |
|
int | uv_cpu_info (uv_cpu_info_t **cpu_infos, int *count) |
|
int | uv_exepath (char *buffer, size_t *size) |
|
void | uv_free_interface_addresses (uv_interface_address_t *addresses, int count) |
|
int | uv_fs_event_init (uv_loop_t *loop, uv_fs_event_t *handle) |
|
int | uv_fs_event_start (uv_fs_event_t *handle, uv_fs_event_cb cb, const char *filename, unsigned int flags) |
|
int | uv_fs_event_stop (uv_fs_event_t *handle) |
|
uint64_t | uv_get_constrained_memory (void) |
|
uint64_t | uv_get_free_memory (void) |
|
uint64_t | uv_get_total_memory (void) |
|
int | uv_interface_addresses (uv_interface_address_t **addresses, int *count) |
|
void | uv_loadavg (double avg[3]) |
|
int | uv_resident_set_memory (size_t *rss) |
|
int | uv_uptime (double *uptime) |
|
◆ PORT_DELETED
◆ PORT_FIRED
◆ PORT_LOADED
◆ PORT_UNUSED
◆ PROCFS_FILE_OFFSET_BITS_HACK
#define PROCFS_FILE_OFFSET_BITS_HACK 0 |
◆ uv__fs_event_close()
◆ uv__hrtime()
◆ uv__ifaddr_exclude()
static int uv__ifaddr_exclude |
( |
struct ifaddrs * |
ent | ) |
|
|
static |
◆ uv__io_check_fd()
◆ uv__io_fork()
◆ uv__io_poll()
◆ uv__platform_invalidate_fd()
void uv__platform_invalidate_fd |
( |
uv_loop_t * |
loop, |
|
|
int |
fd |
|
) |
| |
◆ uv__platform_loop_delete()
void uv__platform_loop_delete |
( |
uv_loop_t * |
loop | ) |
|
◆ uv__platform_loop_init()
◆ uv__set_phys_addr()
◆ uv_cpu_info()
◆ uv_exepath()
int uv_exepath |
( |
char * |
buffer, |
|
|
size_t * |
size |
|
) |
| |
◆ uv_free_interface_addresses()
◆ uv_fs_event_init()
◆ uv_fs_event_start()
◆ uv_fs_event_stop()
◆ uv_get_constrained_memory()
uint64_t uv_get_constrained_memory |
( |
void |
| ) |
|
◆ uv_get_free_memory()
◆ uv_get_total_memory()
◆ uv_interface_addresses()
◆ uv_loadavg()
void uv_loadavg |
( |
double |
avg[3] | ) |
|
◆ uv_resident_set_memory()
int uv_resident_set_memory |
( |
size_t * |
rss | ) |
|
◆ uv_uptime()
int uv_uptime |
( |
double * |
uptime | ) |
|