Changeset fb7d080 in rtems for testsuites/psxtests/psx05/init.c
- Timestamp:
- 08/14/96 20:25:57 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 48e685c
- Parents:
- ac81b6ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtests/psx05/init.c
rac81b6ca rfb7d080 342 342 assert( !status ); 343 343 344 puts( "Init: pthread_mutex_init - E NOMEM(too many)" );344 puts( "Init: pthread_mutex_init - EAGAIN (too many)" ); 345 345 status = pthread_mutex_init( &Mutex3_id, &attr ); 346 assert( status == E NOMEM);346 assert( status == EAGAIN ); 347 347 348 348 puts( "Init: pthread_mutexattr_destroy - SUCCESSFUL" );
Note: See TracChangeset
for help on using the changeset viewer.