Home
last modified time | relevance | path

Searched defs:UV_UNUSED (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/uv/src/unix/
H A Datomic-ops.h31 UV_UNUSED(static int cmpxchgi(int* ptr, int oldval, int newval)) { in UV_UNUSED() function
52 UV_UNUSED(static void cpu_relax(void)) { in UV_UNUSED() function
H A Dspinlock.h33 UV_UNUSED(static void uv_spinlock_init(uv_spinlock_t* spinlock)) { in UV_UNUSED() function
37 UV_UNUSED(static void uv_spinlock_lock(uv_spinlock_t* spinlock)) { in UV_UNUSED() function
41 UV_UNUSED(static void uv_spinlock_unlock(uv_spinlock_t* spinlock)) { in UV_UNUSED() function
45 UV_UNUSED(static int uv_spinlock_trylock(uv_spinlock_t* spinlock)) { in UV_UNUSED() function
H A Dinternal.h118 # define UV_UNUSED(declaration) __attribute__((unused)) declaration macro
120 # define UV_UNUSED(declaration) declaration macro
309 UV_UNUSED(static void uv__update_time(uv_loop_t* loop)) { in UV_UNUSED() function
315 UV_UNUSED(static char* uv__basename_r(const char* path)) { in UV_UNUSED() function
H A Dfs.c217 UV_UNUSED(static struct timespec uv__fs_to_timespec(double time)) { in UV_UNUSED() function
236 UV_UNUSED(static struct timeval uv__fs_to_timeval(double time)) { in UV_UNUSED() function
/third_party/libuv/src/unix/
H A Dinternal.h134 # define UV_UNUSED(declaration) __attribute__((unused)) declaration macro
136 # define UV_UNUSED(declaration) declaration macro
390 UV_UNUSED(static void uv__update_time(uv_loop_t* loop)) { in UV_UNUSED() function
396 UV_UNUSED(static char* uv__basename_r(const char* path)) { in UV_UNUSED() function
406 UV_UNUSED(static int uv__fstat(int fd, struct stat* s)) { in UV_UNUSED() function
416 UV_UNUSED(static int uv__lstat(const char* path, struct stat* s)) { in UV_UNUSED() function
426 UV_UNUSED(static int uv__stat(const char* path, struct stat* s)) { in UV_UNUSED() function
484 UV_UNUSED(static unsigned int self_increase(unsigned int* ptr)) { in UV_UNUSED() function
488 UV_UNUSED(static unsigned int self_decrease(unsigned int* ptr)) { in UV_UNUSED() function
H A Dfs.c237 UV_UNUSED(static struct timespec uv__fs_to_timespec(double time)) { in UV_UNUSED() function
256 UV_UNUSED(static struct timeval uv__fs_to_timeval(double time)) { in UV_UNUSED() function

Completed in 8 milliseconds