Lines Matching defs:void

96 __gthread_objc_init_thread_system (void)
107 __gthread_objc_close_thread_system (void)
118 __gthread_objc_thread_detach (void (*func)(void *arg), void *arg)
159 __gthread_objc_thread_get_priority (void)
187 void
188 __gthread_objc_thread_yield (void)
195 __gthread_objc_thread_exit (void)
206 __gthread_objc_thread_id (void)
213 __gthread_objc_thread_set_data (void *value)
222 void *
223 __gthread_objc_thread_get_data (void)
226 void *ptr;
243 if ((mutex->backend = (void *) CreateMutex (NULL, 0, NULL)) == NULL)
351 void *sema;
358 void *sema;
374 extern int __mingwthr_key_dtor (unsigned long, void (*) (void *));
401 __gthread_active_p (void)
416 extern int __gthr_win32_once (__gthread_once_t *, void (*) (void));
417 extern int __gthr_win32_key_create (__gthread_key_t *, void (*) (void*));
419 extern void * __gthr_win32_getspecific (__gthread_key_t);
420 extern int __gthr_win32_setspecific (__gthread_key_t, const void *);
421 extern void __gthr_win32_mutex_init_function (__gthread_mutex_t *);
425 extern void
431 extern void __gthr_win32_mutex_destroy (__gthread_mutex_t *);
436 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
445 __gthread_key_create (__gthread_key_t *__key, void (*__dtor) (void *))
456 static inline void *
463 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
468 static inline void
474 static inline void
507 static inline void
552 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
586 void (*__dtor) (void *) __attribute__((__unused__)))
610 static inline void *
614 void *__ptr;
626 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
628 if (TlsSetValue (__key, CONST_CAST2(void *, const void *, __ptr)) != 0)
634 static inline void
641 static inline void
694 static inline void