| /src/external/gpl3/gcc/dist/libgcc/config/ |
| gthr-rtems.h | 47 typedef struct _Condition_Control __gthread_cond_t; typedef in typeref:struct:_Condition_Control 201 __gthread_cond_broadcast (__gthread_cond_t *__cond) 208 __gthread_cond_signal (__gthread_cond_t *__cond) 215 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) 222 __gthread_cond_timedwait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex, 229 __gthread_cond_wait_recursive (__gthread_cond_t *__cond, 237 __gthread_cond_destroy (__gthread_cond_t *__cond)
|
| gthr-vxworks.h | 248 typedef SEM_ID __gthread_cond_t; typedef 254 extern void __gthread_cond_init (__gthread_cond_t *cond); 256 extern int __gthread_cond_destroy (__gthread_cond_t *cond); 258 extern int __gthread_cond_broadcast (__gthread_cond_t *cond); 260 extern int __gthread_cond_wait (__gthread_cond_t *cond, 263 extern int __gthread_cond_wait_recursive (__gthread_cond_t *cond, 319 extern int __gthread_cond_signal (__gthread_cond_t *cond); 320 extern int __gthread_cond_timedwait (__gthread_cond_t *cond,
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| gthr-rtems.h | 47 typedef struct _Condition_Control __gthread_cond_t; typedef in typeref:struct:_Condition_Control 201 __gthread_cond_broadcast (__gthread_cond_t *__cond) 208 __gthread_cond_signal (__gthread_cond_t *__cond) 215 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) 222 __gthread_cond_timedwait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex, 229 __gthread_cond_wait_recursive (__gthread_cond_t *__cond, 237 __gthread_cond_destroy (__gthread_cond_t *__cond)
|
| gthr-vxworks.h | 245 typedef SEM_ID __gthread_cond_t; typedef 251 extern void __gthread_cond_init (__gthread_cond_t *cond); 253 extern int __gthread_cond_destroy (__gthread_cond_t *cond); 255 extern int __gthread_cond_broadcast (__gthread_cond_t *cond); 257 extern int __gthread_cond_wait (__gthread_cond_t *cond, 260 extern int __gthread_cond_wait_recursive (__gthread_cond_t *cond, 316 extern int __gthread_cond_signal (__gthread_cond_t *cond); 317 extern int __gthread_cond_timedwait (__gthread_cond_t *cond,
|
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| gthr-win32.h | 373 typedef __gthr_win32_CONDITION_VARIABLE __gthread_cond_t; typedef 433 extern void __gthr_win32_cond_init_function (__gthread_cond_t *); 434 extern int __gthr_win32_cond_broadcast (__gthread_cond_t *); 435 extern int __gthr_win32_cond_signal (__gthread_cond_t *); 436 extern int __gthr_win32_cond_wait (__gthread_cond_t *, __gthread_mutex_t *); 437 extern int __gthr_win32_cond_timedwait (__gthread_cond_t *, __gthread_mutex_t *, 568 __gthread_cond_init_function (__gthread_cond_t *__cond) 574 __gthread_cond_broadcast (__gthread_cond_t *__cond) 580 __gthread_cond_signal (__gthread_cond_t *__cond) 586 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| gthr-posix.h | 55 typedef pthread_cond_t __gthread_cond_t; typedef 859 __gthread_cond_init_function (__gthread_cond_t *__cond) 867 __gthread_cond_broadcast (__gthread_cond_t *__cond) 873 __gthread_cond_signal (__gthread_cond_t *__cond) 879 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) 885 __gthread_cond_timedwait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex, 892 __gthread_cond_wait_recursive (__gthread_cond_t *__cond, 899 __gthread_cond_destroy (__gthread_cond_t* __cond)
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| gthr-posix.h | 52 typedef pthread_cond_t __gthread_cond_t; typedef 846 __gthread_cond_init_function (__gthread_cond_t *__cond) 854 __gthread_cond_broadcast (__gthread_cond_t *__cond) 860 __gthread_cond_signal (__gthread_cond_t *__cond) 866 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) 872 __gthread_cond_timedwait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex, 879 __gthread_cond_wait_recursive (__gthread_cond_t *__cond, 886 __gthread_cond_destroy (__gthread_cond_t* __cond)
|