summaryrefslogblamecommitdiffstats
path: root/testsuites/psxtests/psxonce01/psxonce01.scn
blob: 2c5d47d2d1b780a5788404fb92aed08e7d3dad71 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                               


*** TEST POSIX ONCE 01 ***
Init: pthread_once - SUCCESSFUL (init_routine_nesting executes)
Test_init_routine_nesting: invoked
Init: pthread_once - EINVAL (NULL once_control)
Init: pthread_once - EINVAL (NULL init_routine)
Init: pthread_once - SUCCESSFUL (init_routine executes)
Test_init_routine: invoked
Init: pthread_once - SUCCESSFUL (init_routine does not execute)
*** END OF TEST POSIX ONCE 01 ***