Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dspinlock.h28 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() 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
Datomic-ops.h25 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() function
53 UV_UNUSED(static void cpu_relax(void)) { in UV_UNUSED() function
Dinternal.h118 # define UV_UNUSED(declaration) __attribute__((unused)) declaration macro
120 # define UV_UNUSED(declaration) declaration macro
310 UV_UNUSED(static void uv__update_time(uv_loop_t* loop)) { in UV_UNUSED() function
316 UV_UNUSED(static char* uv__basename_r(const char* path)) { in UV_UNUSED() function
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