Searched refs:UV_UNUSED (Results 1 – 4 of 4) sorted by relevance
28 UV_UNUSED(static void uv_spinlock_init(uv_spinlock_t* spinlock));29 UV_UNUSED(static void uv_spinlock_lock(uv_spinlock_t* spinlock));30 UV_UNUSED(static void uv_spinlock_unlock(uv_spinlock_t* spinlock));31 UV_UNUSED(static int uv_spinlock_trylock(uv_spinlock_t* spinlock));33 UV_UNUSED(static void uv_spinlock_init(uv_spinlock_t* spinlock)) { in UV_UNUSED() function37 UV_UNUSED(static void uv_spinlock_lock(uv_spinlock_t* spinlock)) { in UV_UNUSED() function41 UV_UNUSED(static void uv_spinlock_unlock(uv_spinlock_t* spinlock)) { in UV_UNUSED() function45 UV_UNUSED(static int uv_spinlock_trylock(uv_spinlock_t* spinlock)) { in UV_UNUSED() function
25 UV_UNUSED(static int cmpxchgi(int* ptr, int oldval, int newval));26 UV_UNUSED(static void cpu_relax(void));31 UV_UNUSED(static int cmpxchgi(int* ptr, int oldval, int newval)) { in UV_UNUSED() function53 UV_UNUSED(static void cpu_relax(void)) { in UV_UNUSED() function
118 # define UV_UNUSED(declaration) __attribute__((unused)) declaration macro120 # define UV_UNUSED(declaration) declaration macro310 UV_UNUSED(static void uv__update_time(uv_loop_t* loop)) { in UV_UNUSED() function316 UV_UNUSED(static char* uv__basename_r(const char* path)) { in UV_UNUSED() function
217 UV_UNUSED(static struct timespec uv__fs_to_timespec(double time)) { in UV_UNUSED() function236 UV_UNUSED(static struct timeval uv__fs_to_timeval(double time)) { in UV_UNUSED() function