source: rtems/testsuites/psxtests/psx08/psx08.scn @ 62fffe59

4.104.114.84.95
Last change on this file since 62fffe59 was 7d96321, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 19:41:34

Modifications necessary to support testing of exitting a pthread from
Charles-Antione Gauthier <charles.gauthier@…>.

  • Property mode set to 100644
File size: 730 bytes
Line 
1*** POSIX TEST 8 ***
2Init's ID is 0x0c010001
3Init: pthread_detach - ESRCH (invalid id)
4Init: pthread_detach self
5Init: pthread_join - ESRCH (invalid id)
6Init: pthread_join - SUCCESSFUL
7Task_1: exitting
8Init: returned from pthread_join through return
9Init: pthread_join returned correct pointer
10Init: creating two pthreads
11Init: pthread_join - SUCCESSFUL
12Task_2: sleep 1 second
13Task_3: join to Task_2
14Task_2: join to detached task (Init) -- EINVAL
15Task_2: join to self task (Init) -- EDEADLK
16Task_2: exitting
17Init: returned from pthread_join through pthread_exit
18Init: pthread_join returned correct pointer
19Init: exitting
20Task_3: returned from pthread_join
21Task_3: pthread_join returned correct pointer
22*** END OF POSIX TEST 8 ***
Note: See TracBrowser for help on using the repository browser.