Searched refs:unused (Results 1 – 18 of 18) sorted by relevance
/libuv/test/ |
H A D | test-mutexes.c | 108 static void thread_rwlock_trylock_peer(void* unused) { in thread_rwlock_trylock_peer() argument 109 (void) &unused; in thread_rwlock_trylock_peer()
|
H A D | task.h | 322 # define UNUSED __attribute__((unused))
|
/libuv/src/unix/ |
H A D | random-sysctl-linux.c | 39 unsigned long unused[4]; member
|
H A D | tty.c | 136 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, int fd, int unused) { in uv_tty_init() argument 144 (void)unused; /* deprecated parameter is no longer needed */ in uv_tty_init()
|
H A D | internal.h | 136 # define UV_UNUSED(declaration) __attribute__((unused)) declaration
|
/libuv/include/uv/ |
H A D | win.h | 293 unsigned char unused; member 557 int unused; \ 614 void* unused; /* TODO: retained for ABI compat; remove this in v2.x. */ \
|
H A D | tree.h | 31 # define UV__UNUSED __attribute__((unused))
|
/libuv/docs/src/ |
H A D | tty.rst | 67 .. c:function:: int uv_tty_init(uv_loop_t* loop, uv_tty_t* handle, uv_file fd, int unused) 87 .. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
|
/libuv/src/ |
H A D | heap-inl.h | 22 # define HEAP_EXPORT(declaration) __attribute__((unused)) static declaration
|
/libuv/ |
H A D | CMakeLists.txt | 123 check_c_compiler_flag(-Wno-unused-parameter UV_LINT_NO_UNUSED_PARAMETER) 129 set(lint-no-unused-parameter $<$<BOOL:${UV_LINT_NO_UNUSED_PARAMETER}>:-Wno-unused-parameter>) 133 set(lint-no-unused-parameter-msvc $<$<BOOL:${UV_LINT_NO_UNUSED_PARAMETER_MSVC}>:/wd4100>) 152 list(APPEND uv_cflags ${lint-no-unused-parameter}) 153 list(APPEND uv_cflags ${lint-no-unused-parameter-msvc})
|
H A D | configure.ac | 40 CC_CHECK_CFLAGS_APPEND([-Wno-unused-parameter])
|
H A D | ChangeLog | 498 * win: remove unused functions (Ben Noordhuis) 1451 * win,nfc: removed some unused variables (escherstair) 1639 * test: remove unused extern declaration (Ben Noordhuis) 2103 * unix: fix unused-function warning on BSD (Nhan Khong) 2449 * unix: remove unused uv__dup() function (Ben Noordhuis) 3083 * unix: remove unused variables (Sakthipriyan Vairamani) 3365 * doc: removed unused file (Saúl Ibarra Corretgé) 3585 * test: remove unused RETURN_TODO macro (Ben Noordhuis) 3741 * win: remove unused static variables (Ben Noordhuis) 3749 * common: fix unused variable warning (Brad King) [all …]
|
/libuv/m4/ |
H A D | libuv-check-flags.m4 | 223 [unused], , 224 [void some_function(void *foo, __attribute__((unused)) void *bar);],
|
H A D | ax_pthread.m4 | 271 # taking place, the -pthread option has no effect ("argument unused 288 …AC_CACHE_CHECK([whether Clang needs flag to prevent "argument unused" warning when linking with -p… 300 … for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do
|
/libuv/docs/src/guide/ |
H A D | utilities.rst | 384 int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int unused) 386 The ``unused`` parameter is now auto-detected and ignored. It previously needed 440 .. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
|
H A D | processes.rst | 39 initialize it to null out all unused fields::
|
/libuv/src/win/ |
H A D | tty.c | 185 int uv_tty_init(uv_loop_t* loop, uv_tty_t* tty, uv_file fd, int unused) { in uv_tty_init() argument 191 (void)unused; in uv_tty_init()
|
/libuv/include/ |
H A D | uv.h | 1922 void* unused; member
|
Completed in 63 milliseconds