EmbLogic's Blog

Thread Creation and Joining the threads created.

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:
pthread_create is used to create the thread
pthread_exit() is used in the thread created by the main function
pthread_join() is used to join the created thread to the main thread i.e.main function
—————————-
revision 1.2
date: 2014/06/03 04:12:49;  author: root;  state: Exp;  lines: +0 -1
now the array of thread is created by the main function
and also the array of the pthrea_join is used to join the threads created
—————————-
revision 1.1
date: 2014/06/03 04:11:14;  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>