source: rtems/testsuites/psxtests/psxcond02/psxcond02.scn

Last change on this file was 6131b84, checked in by Joel Sherrill <joel@…>, on 03/09/16 at 21:15:37

Add pthread_condattr_getclock() and pthread_condattr_setclock()

updates #2608.

  • Property mode set to 100644
File size: 530 bytes
Line 
1*** BEGIN OF TEST PSXCOND 2 ***
2pthread_condattr_getclock (NULL attribute) - EINVAL
3pthread_condattr_getclock (NULL clock) - EINVAL
4pthread_condattr_setclock (NULL attribute) - EINVAL
5pthread_condattr_init - OK
6pthread_condattr_setclock (bad clock)- EINVAL
7pthread_condattr_setclock (CLOCK_PROCESS_CPUTIME_ID)- EINVAL
8pthread_condattr_setclock (CLOCK_THREAD_CPUTIME_ID)- EINVAL
9pthread_condattr_init - OK
10pthread_condattr_setclock (CLOCK_REALTIME)- OK
11pthread_condattr_setclock (CLOCK_MONOTONIC)- OK
12*** END OF TEST PSXCOND 2 ***
Note: See TracBrowser for help on using the repository browser.