RCS file: signalandwait.c,v
Working file: signalandwait.c
head: 1.6
branch:
locks: strict
root: 1.6
access list:
symbolic names:
keyword substitution: kv
total revisions: 6; selected revisions: 6
description:
Implementing wait and signal operation in a program.
—————————-
revision 1.6 locked by: root;
date: 2014/01/17 15:36:28; author: root; state: Exp; lines: +4 -1
Signal and wait operations on a semaphore are tested successfully.
—————————-
revision 1.5
date: 2014/01/16 16:12:22; author: root; state: Exp; lines: +3 -3
Next line character is added to enhance the readability of code.
—————————-
revision 1.4
date: 2014/01/16 16:10:44; author: root; state: Exp; lines: +20 -5
Logical and declaration errors are present in the program.
Checking the errors
—————————-
revision 1.3
date: 2014/01/16 16:01:04; author: root; state: Exp; lines: +29 -3
acquire_semaphore() and release_semaphore() function are called.
A critical region is created to test these functions.
—————————-
revision 1.2
date: 2014/01/16 15:46:51; author: root; state: Exp; lines: +1 -1
Bug fixed.Issue:SET_VAL is given instead of SETVAL.
—————————-
revision 1.1
date: 2014/01/16 15:46:15; author: root; state: Exp;
Initial revision
=============================================================================