36 #elif defined(_AIX) || defined(__QNX__)
38 #elif defined(__APPLE__) || defined(__OpenBSD__) || \
39 (defined(__ANDROID_API__) && __ANDROID_API__ >= 28)
43 #elif defined(__NetBSD__)
45 #elif defined(__FreeBSD__) || defined(__linux__)
49 # if defined(__linux__)
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec req
static const char struct stat static buf struct stat static buf static vhangup int status
static int uv__random(void *buf, size_t buflen)
static void uv__random_work(struct uv__work *w)
int uv_random(uv_loop_t *loop, uv_random_t *req, void *buf, size_t buflen, unsigned flags, uv_random_cb cb)
static void uv__random_done(struct uv__work *w, int status)
#define container_of(ptr, type, member)
static struct sockaddr static addrlen static backlog const void static flags void flags
int uv__random_getrandom(void *buf, size_t buflen)
int uv__random_readpath(const char *path, void *buf, size_t buflen)
int uv__random_sysctl(void *buf, size_t buflen)
int uv__random_getentropy(void *buf, size_t buflen)
int uv__random_devurandom(void *buf, size_t buflen)
int uv__random_rtlgenrandom(void *buf, size_t buflen)
void uv__work_submit(uv_loop_t *loop, struct uv__work *w, enum uv__work_kind kind, void(*work)(struct uv__work *w), void(*done)(struct uv__work *w, int status))
#define uv__req_init(loop, req, typ)
#define uv__req_unregister(loop, req)
void(* uv_random_cb)(uv_random_t *req, int status, void *buf, size_t buflen)