Home
last modified time | relevance | path

Searched refs:__gthread_cond_wait (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks-cond.c63 __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 Dgthr-rtems.h215 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) in __gthread_cond_wait() function
H A Dgthr-vxworks.h257 extern int __gthread_cond_wait (__gthread_cond_t *cond,
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-vxworks-cond.c60 __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 Dgthr-rtems.h215 __gthread_cond_wait (__gthread_cond_t *__cond, __gthread_mutex_t *__mutex) in __gthread_cond_wait() function
H A Dgthr-vxworks.h251 extern int __gthread_cond_wait (__gthread_cond_t *cond,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc53 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dgthr-posix.h866 __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 Dgthr-posix.h866 __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 DChangeLog5185 (__gthread_cond_wait): Likewise.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_mutex.h170 = __gthread_cond_wait(&_M_cond, __m.native_handle()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dconcurrence.h292 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 Dconcurrence.h292 if (__gthread_cond_wait(&_M_cond, mutex->gthread_mutex()) != 0) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dasync.h251 int err_ret = __gthread_cond_wait(&(advcond)->signal, mutex); \
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dasync.h251 int err_ret = __gthread_cond_wait(&(advcond)->signal, mutex); \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20074697 * 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,