Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dgthr-single.h41 #define UNUSED __attribute__((unused)) macro
70 __gthread_objc_thread_detach (void (* func)(void *), void * arg UNUSED) in __gthread_objc_thread_detach() argument
78 __gthread_objc_thread_set_priority (int priority UNUSED) in __gthread_objc_thread_set_priority()
135 __gthread_objc_mutex_allocate (objc_mutex_t mutex UNUSED) in __gthread_objc_mutex_allocate()
142 __gthread_objc_mutex_deallocate (objc_mutex_t mutex UNUSED) in __gthread_objc_mutex_deallocate()
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()
174 __gthread_objc_condition_allocate (objc_condition_t condition UNUSED) in __gthread_objc_condition_allocate()
181 __gthread_objc_condition_deallocate (objc_condition_t condition UNUSED) in __gthread_objc_condition_deallocate()
[all …]
/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Dgthr-single.h41 #define UNUSED __attribute__((__unused__)) macro
70 __gthread_objc_thread_detach (void (* func)(void *), void * arg UNUSED) in __gthread_objc_thread_detach() argument
78 __gthread_objc_thread_set_priority (int priority UNUSED) in __gthread_objc_thread_set_priority()
135 __gthread_objc_mutex_allocate (objc_mutex_t mutex UNUSED) in __gthread_objc_mutex_allocate()
142 __gthread_objc_mutex_deallocate (objc_mutex_t mutex UNUSED) in __gthread_objc_mutex_deallocate()
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()
174 __gthread_objc_condition_allocate (objc_condition_t condition UNUSED) in __gthread_objc_condition_allocate()
181 __gthread_objc_condition_deallocate (objc_condition_t condition UNUSED) in __gthread_objc_condition_deallocate()
[all …]
/dflybsd-src/contrib/gcc-4.7/libgcc/config/
H A Ddarwin-crt-tm.c42 #define UNUSED __attribute__((unused)) macro
128 void *__cxa_allocate_exception (size_t s UNUSED) { return NULL; } in __cxa_allocate_exception()
129 void __cxa_throw (void * a UNUSED, void * b UNUSED, void * c UNUSED) in __cxa_throw()
131 void *__cxa_begin_catch (void * a UNUSED) { return NULL; } in __cxa_begin_catch()
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()
[all …]
H A Dgthr-vxworks.h38 #define UNUSED(x) macro
40 #define UNUSED(x) x __attribute__((unused)) macro
/dflybsd-src/share/examples/ses/
H A DMakefile38 UNUSED = getobjmap getnobj getobjstat macro
/dflybsd-src/lib/libc/include/
H A Dport_before.h22 #define UNUSED(x) (void)(x) macro
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c111 #define UNUSED -1 macro
/dflybsd-src/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