Back to home page

LXR

 
 

    


Warning, /testsuites/psxtests/psxclockrealtime01/psxclockrealtime01.doc is written in an unsupported language. File is not indexed.

0001 This file describes the directives and concepts tested by this test set.
0002 
0003 test set name: psxclockrealtime01
0004 
0005 directives:
0006 
0007   - pthread_mutex_timedlock()
0008   - pthread_cond_timedwait()
0009   - pthread_rwlock_timedrdlock()
0010   - pthread_rwlock_timedwrlock()
0011   - sem_timedwait()
0012   - mq_timedsend()
0013   - mq_timedreceive()
0014   - clock_nanosleep()
0015 
0016 concepts:
0017 
0018   - Test some invalid and extreme timeout values.
0019   - Ensure that absolute CLOCK_REALTIME timeouts expire due to external clock
0020     changes.