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 D | std_mutex.h | 184 pthread_cond_clockwait(&_M_cond, __m.native_handle(), __clock, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_posix.cpp | 1239 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 D | condition_variable | 209 pthread_cond_clockwait(&_M_cond, __lock.mutex()->native_handle(),
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __mutex_base | 508 … int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts);
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
H A D | configure.ac | 227 # For pthread_cond_clockwait
|
H A D | acinclude.m4 | 4194 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 D | config.h.in | 945 /* Define if pthread_cond_clockwait is available in <pthread.h>. */
|
H A D | configure | 21250 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 D | configure.ac | 233 # For pthread_cond_clockwait
|
H A D | acinclude.m4 | 4229 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 D | config.h.in | 996 /* Define if pthread_cond_clockwait is available in <pthread.h>. */
|
H A D | ChangeLog-2019 | 2097 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 D | MD5SUMS | 26243 f7cc5e2f9d147758fb8abe92b561f4e8 gcc/testsuite/g++.dg/tsan/pthread_cond_clockwait.C
|