/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
H A D | gthr-vxworks-cond.c | 63 __gthread_cond_wait (__gthread_cond_t *cond, in __gthread_cond_wait() function 83 return __gthread_cond_wait (cond, mutex); in __gthread_cond_wait_recursive()
|
H A D | gthr-rtems.h | 215 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) in __gthread_cond_wait() function
|
H A D | gthr-vxworks.h | 257 extern int __gthread_cond_wait (__gthread_cond_t *cond,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ |
H A D | gthr-vxworks-cond.c | 60 __gthread_cond_wait (__gthread_cond_t *cond, in __gthread_cond_wait() function 82 return __gthread_cond_wait (cond, mutex); in __gthread_cond_wait_recursive()
|
H A D | gthr-rtems.h | 215 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) in __gthread_cond_wait() function
|
H A D | gthr-vxworks.h | 251 extern int __gthread_cond_wait (__gthread_cond_t *cond,
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | condition_variable.cc | 53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | gthr-posix.h | 866 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) in __gthread_cond_wait() function 882 return __gthread_cond_wait (__cond, __mutex); in __gthread_cond_wait_recursive()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | gthr-posix.h | 866 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) in __gthread_cond_wait() function 882 return __gthread_cond_wait (__cond, __mutex); in __gthread_cond_wait_recursive()
|
H A D | ChangeLog | 5185 (__gthread_cond_wait): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | std_mutex.h | 170 = __gthread_cond_wait(&_M_cond, __m.native_handle()); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | concurrence.h | 292 if (__gthread_cond_wait(&_M_cond, mutex->gthread_mutex()) != 0) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | concurrence.h | 292 if (__gthread_cond_wait(&_M_cond, mutex->gthread_mutex()) != 0) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | async.h | 251 int err_ret = __gthread_cond_wait(&(advcond)->signal, mutex); \
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | async.h | 251 int err_ret = __gthread_cond_wait(&(advcond)->signal, mutex); \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2007 | 4697 * gthr-posix.h (__gthread_cond_broadcast, __gthread_cond_wait, 4701 * gthr-posix95.h (__gthread_cond_broadcast, __gthread_cond_wait, 4705 * gthr-single.h (__gthread_cond_broadcast, __gthread_cond_wait,
|