Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/libgcc/
H A Dgthr-single.h41 #define UNUSED __attribute__((unused)) macro
78 __gthread_objc_thread_set_priority (int priority UNUSED) in __gthread_objc_thread_set_priority()
149 __gthread_objc_mutex_lock (objc_mutex_t mutex UNUSED) in __gthread_objc_mutex_lock()
157 __gthread_objc_mutex_trylock (objc_mutex_t mutex UNUSED) in __gthread_objc_mutex_trylock()
165 __gthread_objc_mutex_unlock (objc_mutex_t mutex UNUSED) in __gthread_objc_mutex_unlock()
189 objc_mutex_t mutex UNUSED) in __gthread_objc_condition_wait()
217 __gthread_once (__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED) in __gthread_once()
223 __gthread_key_create (__gthread_key_t *__key UNUSED, void (*__func) (void *) UNUSED) in __gthread_key_create()
229 __gthread_key_delete (__gthread_key_t __key UNUSED) in __gthread_key_delete()
235 __gthread_getspecific (__gthread_key_t __key UNUSED) in __gthread_getspecific()
[all …]
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dgthr-single.h41 #define UNUSED __attribute__((__unused__)) macro
78 __gthread_objc_thread_set_priority (int priority UNUSED) in __gthread_objc_thread_set_priority()
149 __gthread_objc_mutex_lock (objc_mutex_t mutex UNUSED) in __gthread_objc_mutex_lock()
157 __gthread_objc_mutex_trylock (objc_mutex_t mutex UNUSED) in __gthread_objc_mutex_trylock()
165 __gthread_objc_mutex_unlock (objc_mutex_t mutex UNUSED) in __gthread_objc_mutex_unlock()
189 objc_mutex_t mutex UNUSED) in __gthread_objc_condition_wait()
217 __gthread_once (__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED) in __gthread_once()
223 __gthread_key_create (__gthread_key_t *__key UNUSED, void (*__func) (void *) UNUSED) in __gthread_key_create()
229 __gthread_key_delete (__gthread_key_t __key UNUSED) in __gthread_key_delete()
235 __gthread_getspecific (__gthread_key_t __key UNUSED) in __gthread_getspecific()
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Ddarwin-crt-tm.c42 #define UNUSED __attribute__((unused)) macro
129 void __cxa_throw (void * a UNUSED, void * b UNUSED, void * c UNUSED) in __cxa_throw()
133 void __cxa_tm_cleanup (void * a UNUSED, void * b UNUSED, unsigned int c UNUSED) in __cxa_tm_cleanup()
136 void *_ZnwX (size_t s UNUSED) { return NULL; } in _ZnwX()
137 void _ZdlPv (void * a UNUSED) { return; } in _ZdlPv()
138 void *_ZnaX (size_t s UNUSED) { return NULL; } in _ZnaX()
139 void _ZdaPv (void * a UNUSED) { return; } in _ZdaPv()
141 void *_ZnwXRKSt9nothrow_t (size_t s UNUSED, c_nothrow_p b UNUSED) in _ZnwXRKSt9nothrow_t()
143 void _ZdlPvRKSt9nothrow_t (void * a UNUSED, c_nothrow_p b UNUSED) { return; } in _ZdlPvRKSt9nothrow_t()
144 void *_ZnaXRKSt9nothrow_t (size_t s UNUSED, c_nothrow_p b UNUSED) in _ZnaXRKSt9nothrow_t()
[all …]
H A Dgthr-vxworks.h38 #define UNUSED(x) macro
40 #define UNUSED(x) x __attribute__((unused)) macro
/dragonfly/share/examples/ses/
H A DMakefile38 UNUSED = getobjmap getnobj getobjstat macro
/dragonfly/lib/libc/include/
H A Dport_before.h22 #define UNUSED(x) (void)(x) macro
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c111 #define UNUSED -1 macro
/dragonfly/contrib/dhcpcd/src/
H A Dcommon.h61 #define UNUSED(a) (void)(a) macro
H A Dlogerr.c53 #define UNUSED(a) (void)(a) macro
H A Deloop.c123 #define UNUSED(a) (void)((a)) macro