HomeSort by: relevance | last modified time | path
    Searched refs:UV_UNUSED (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
spinlock.h 19 #include "internal.h" /* ACCESS_ONCE, UV_UNUSED */
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)) {
37 UV_UNUSED(static void uv_spinlock_lock(uv_spinlock_t* spinlock)) {
41 UV_UNUSED(static void uv_spinlock_unlock(uv_spinlock_t* spinlock)) {
45 UV_UNUSED(static int uv_spinlock_trylock(uv_spinlock_t* spinlock)) {
atomic-ops.h 19 #include "internal.h" /* UV_UNUSED */
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)) {
52 UV_UNUSED(static void cpu_relax(void)) {
internal.h 136 # define UV_UNUSED(declaration) __attribute__((unused)) declaration
138 # define UV_UNUSED(declaration) declaration
402 UV_UNUSED(static void uv__update_time(uv_loop_t* loop)) {
408 UV_UNUSED(static char* uv__basename_r(const char* path)) {
418 UV_UNUSED(static int uv__fstat(int fd, struct stat* s)) {
428 UV_UNUSED(static int uv__lstat(const char* path, struct stat* s)) {
438 UV_UNUSED(static int uv__stat(const char* path, struct stat* s)) {

Completed in 94 milliseconds