source: rtems/testsuites/psxtests/psxonce01/psxonce01.scn @ 6592cab

4.115
Last change on this file since 6592cab was 6592cab, checked in by Christian Mauderer <Christian.Mauderer@…>, on 03/18/14 at 15:25:33

psxtests: move pthread_once tests into an extra test.

  • Property mode set to 100644
File size: 405 bytes
Line 
1
2
3*** TEST POSIX ONCE 01 ***
4Init: pthread_once - SUCCESSFUL (init_routine_nesting executes)
5Test_init_routine_nesting: invoked
6Init: pthread_once - EINVAL (NULL once_control)
7Init: pthread_once - EINVAL (NULL init_routine)
8Init: pthread_once - SUCCESSFUL (init_routine executes)
9Test_init_routine: invoked
10Init: pthread_once - SUCCESSFUL (init_routine does not execute)
11*** END OF TEST POSIX ONCE 01 ***
Note: See TracBrowser for help on using the repository browser.