Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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;
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions