Searched refs:UV_UNUSED (Results 1 – 2 of 2) sorted by relevance
136 # define UV_UNUSED(declaration) __attribute__((unused)) declaration macro138 # define UV_UNUSED(declaration) declaration macro395 UV_UNUSED(static void uv__update_time(uv_loop_t* loop)) { in UV_UNUSED() function401 UV_UNUSED(static char* uv__basename_r(const char* path)) { in UV_UNUSED() function411 UV_UNUSED(static int uv__fstat(int fd, struct stat* s)) { in UV_UNUSED() function421 UV_UNUSED(static int uv__lstat(const char* path, struct stat* s)) { in UV_UNUSED() function431 UV_UNUSED(static int uv__stat(const char* path, struct stat* s)) { in UV_UNUSED() function
206 UV_UNUSED(static struct timespec uv__fs_to_timespec(double time)) { in UV_UNUSED() function225 UV_UNUSED(static struct timeval uv__fs_to_timeval(double time)) { in UV_UNUSED() function
Completed in 20 milliseconds