From ce78b89451d7c2b44afbe1796d6e3c6403970650 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Jul 1996 17:38:55 +0000 Subject: added test case for timeout using pthread_mutex_timedlock --- testsuites/psxtests/psx05/task.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testsuites/psxtests/psx05/task.c') diff --git a/testsuites/psxtests/psx05/task.c b/testsuites/psxtests/psx05/task.c index 9e0fa7d333..2c687744ea 100644 --- a/testsuites/psxtests/psx05/task.c +++ b/testsuites/psxtests/psx05/task.c @@ -40,8 +40,14 @@ void *Task_1_through_3( printf( "status = %d\n", status ); assert( !status ); + /* switch to init */ + printf( "Task: mutex acquired\n" ); + printf( "Task: sleep for 2 seconds\n" ); + sleep( 2 ); + + /* switch to init */ printf( "Task: exit\n" ); pthread_exit( NULL ); -- cgit v1.2.3