Searched refs:abs_timeout (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtrylock.c24 struct timespec abs_timeout; local
26 time(&abs_timeout.tv_sec);
27 abs_timeout.tv_nsec = 0;
28 abs_timeout.tv_sec += 10;
39 r = pthread_rwlock_timedwrlock(&rwlock, &abs_timeout); assert(r == 0);
54 r = pthread_rwlock_timedrdlock(&rwlock, &abs_timeout); assert(r == 0);
72 r = pthread_mutex_timedlock(&mutex, &abs_timeout); assert(r == 0);
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c642 const struct timespec *abs_timeout)
649 CALL_FN_W_WW(ret, fn, mutex, abs_timeout);
656 (pthread_mutex_t *mutex, const struct timespec *abs_timeout),
657 (mutex, abs_timeout));
1037 int sem_timedwait_intercept(sem_t *sem, const struct timespec *abs_timeout) argument
1044 CALL_FN_W_WW(ret, fn, sem, abs_timeout);
1051 (sem_t *sem, const struct timespec *abs_timeout),
1052 (sem, abs_timeout));
641 pthread_mutex_timedlock_intercept(pthread_mutex_t *mutex, const struct timespec *abs_timeout) argument
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp3877 Syscall param mq_timedsend(abs_timeout) contains uninitialised byte(s)
3886 Syscall param mq_timedsend(abs_timeout) points to unaddressable byte(s)
3910 Syscall param mq_timedreceive(abs_timeout) contains uninitialised byte(s)
3924 Syscall param mq_timedreceive(abs_timeout) points to unaddressable byte(s)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c1785 unsigned int, msg_prio, const struct timespec *, abs_timeout);
1791 PRE_MEM_READ( "mq_timedsend(abs_timeout)", ARG5,
1804 const struct timespec *, abs_timeout);
1813 PRE_MEM_READ( "mq_timedreceive(abs_timeout)",

Completed in 130 milliseconds