EmbLogic's Blog

Threads-using strcpy and analysing the result

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
=============================================================================

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>