Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/unix/
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 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 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