Home
last modified time | relevance | path

Searched refs:UV_UNUSED (Results 1 – 2 of 2) sorted by relevance

/libuv/src/unix/
H A Dinternal.h136 # define UV_UNUSED(declaration) __attribute__((unused)) declaration macro
138 # define UV_UNUSED(declaration) declaration macro
395 UV_UNUSED(static void uv__update_time(uv_loop_t* loop)) { in UV_UNUSED() function
401 UV_UNUSED(static char* uv__basename_r(const char* path)) { in UV_UNUSED() function
411 UV_UNUSED(static int uv__fstat(int fd, struct stat* s)) { in UV_UNUSED() function
421 UV_UNUSED(static int uv__lstat(const char* path, struct stat* s)) { in UV_UNUSED() function
431 UV_UNUSED(static int uv__stat(const char* path, struct stat* s)) { in UV_UNUSED() function
H A Dfs.c206 UV_UNUSED(static struct timespec uv__fs_to_timespec(double time)) { in UV_UNUSED() function
225 UV_UNUSED(static struct timeval uv__fs_to_timeval(double time)) { in UV_UNUSED() function

Completed in 20 milliseconds