RCS file: threads.c,v 3 Working file: threads.c 4 head: 1.1 5 branch: 6 locks: strict 7 root: 1.1 8 access list: 9 symbolic names: 10 keyword substitution: kv 11 total revisions: 1; selected revisions: 1 12 description: 13 program is created using 2 threads 14 1st thread is created using pthread_create 15 same 2nd thread is created 16 pthread_join is provided between 2 threads for wait so that one thread is executed 17 this is completely successfully 18 ---------------------------- 19 revision 1.1 locked by: root; 20 date: 2014/03/28 13:08:23; author: root; state: Exp; 21 Initial revision 22 ============================================================================= ~ ~ ~