Question: Following code contains function called count which is ensuring the consistency of shar Assume that Count function can be called by several of thread and

Following code contains function called count which is ensuring the consistency of shar Assume that Count function can be called by several of thread and doesn't allow cnt bec Write pthread_mutex_lock and pthread_mutex_unlock functions into critical sections of f
Itdefine NITER 1000000
pthread_mutex_t nutex = PTHREAD_MUTEX_INITIALIZER;
int cnt =0;
void * count(void * a)
{
int 1, tmp;
for NITER; i+t
tmp= cnt
tmp=tmp+1;
cnt = tmp;
 Following code contains function called count which is ensuring the consistency

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!