summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxclockrealtime01/psxclockrealtime01.doc
blob: 68e273d428b54d2d12cd159675f1097da35a9b2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This file describes the directives and concepts tested by this test set.

test set name: psxclockrealtime01

directives:

  - pthread_mutex_timedlock()
  - pthread_cond_timedwait()
  - pthread_rwlock_timedrdlock()
  - pthread_rwlock_timedwrlock()
  - sem_timedwait()
  - mq_timedsend()
  - mq_timedreceive()
  - clock_nanosleep()

concepts:

  - Test some invalid and extreme timeout values.
  - Ensure that absolute CLOCK_REALTIME timeouts expire due to external clock
    changes.