Home
last modified time | relevance | path

Searched refs:pthread_cond_clockwait (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_mutex.h184 pthread_cond_clockwait(&_M_cond, __m.native_handle(), __clock, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp1239 INTERCEPTOR(int, pthread_cond_clockwait, void *c, void *m, in INTERCEPTOR() argument
1242 SCOPED_TSAN_INTERCEPTOR(pthread_cond_clockwait, cond, m, clock, abstime); in INTERCEPTOR()
1245 [=]() { return REAL(pthread_cond_clockwait)(cond, m, clock, abstime); }, in INTERCEPTOR()
1248 #define TSAN_MAYBE_PTHREAD_COND_CLOCKWAIT TSAN_INTERCEPT(pthread_cond_clockwait)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dcondition_variable209 pthread_cond_clockwait(&_M_cond, __lock.mutex()->native_handle(),
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__mutex_base508 … int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure.ac227 # For pthread_cond_clockwait
H A Dacinclude.m44194 dnl Check whether pthread_cond_clockwait is available in <pthread.h> for std::condition_variable to…
4206 AC_MSG_CHECKING([for pthread_cond_clockwait])
4210 …_mutex_t mutex; pthread_cond_t cond; struct timespec ts; int n = pthread_cond_clockwait(&cond, &mu…
4215 …AC_DEFINE(_GLIBCXX_USE_PTHREAD_COND_CLOCKWAIT, 1, [Define if pthread_cond_clockwait is available i…
H A Dconfig.h.in945 /* Define if pthread_cond_clockwait is available in <pthread.h>. */
H A Dconfigure21250 pthread_mutex_t mutex; pthread_cond_t cond; struct timespec ts; int n = pthread_cond_clockwait(&con…
21271 pthread_mutex_t mutex; pthread_cond_t cond; struct timespec ts; int n = pthread_cond_clockwait(&con…
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure.ac233 # For pthread_cond_clockwait
H A Dacinclude.m44229 dnl Check whether pthread_cond_clockwait is available in <pthread.h> for std::condition_variable to…
4241 AC_CACHE_CHECK([for pthread_cond_clockwait],
4245 …_mutex_t mutex; pthread_cond_t cond; struct timespec ts; int n = pthread_cond_clockwait(&cond, &mu…
4250 …AC_DEFINE(_GLIBCXX_USE_PTHREAD_COND_CLOCKWAIT, 1, [Define if pthread_cond_clockwait is available i…
H A Dconfig.h.in996 /* Define if pthread_cond_clockwait is available in <pthread.h>. */
H A DChangeLog-20192097 pthread_cond_clockwait function.
2108 steady_clock overload that calls pthread_cond_clockwait.
2111 steady_clock for __clock_t if pthread_cond_clockwait is available.
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS26243 f7cc5e2f9d147758fb8abe92b561f4e8 gcc/testsuite/g++.dg/tsan/pthread_cond_clockwait.C