RCS file: ./thread.c,v
Working file: ./thread.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
creating multiple threads using pthread_create()
joining the created multiple threads using pthread_join()
printing the no of threads created in the thread function
printing the message which is globally declared
—————————-
revision 1.2
date: 2014/06/03 07:04:12; author: root; state: Exp; lines: +1 -1
now using strcpy in the thread created
analysing the difference between the printing statements
—————————-
revision 1.1
date: 2014/06/03 07:03:50; author: root; state: Exp;
Initial revision
=============================================================================