Lines Matching defs:UNUSED

41 #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()
188 __gthread_objc_condition_wait (objc_condition_t condition UNUSED, in __gthread_objc_condition_wait()
189 objc_mutex_t mutex UNUSED) in __gthread_objc_condition_wait()
196 __gthread_objc_condition_broadcast (objc_condition_t condition UNUSED) in __gthread_objc_condition_broadcast()
203 __gthread_objc_condition_signal (objc_condition_t condition UNUSED) in __gthread_objc_condition_signal()
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()
241 __gthread_setspecific (__gthread_key_t __key UNUSED, const void *__v UNUSED) in __gthread_setspecific()
247 __gthread_mutex_destroy (__gthread_mutex_t *__mutex UNUSED) in __gthread_mutex_destroy()
253 __gthread_mutex_lock (__gthread_mutex_t *__mutex UNUSED) in __gthread_mutex_lock()
259 __gthread_mutex_trylock (__gthread_mutex_t *__mutex UNUSED) in __gthread_mutex_trylock()
265 __gthread_mutex_unlock (__gthread_mutex_t *__mutex UNUSED) in __gthread_mutex_unlock()