Question: Write the code in OpenMP #include #include #include pthread_mutex_t count_mutex = PTHREAD_MUTEX_INITIALIZER: pthread mutext condition_mutex = PTHREAD_MUTEX INITIALIZER: pthread_cond_t condition_cond = PTHREAD_COND_INITIALIZER; void *function Count10:

 Write the code in OpenMP #include #include #include pthread_mutex_t count_mutex =

Write the code in OpenMP

#include #include #include pthread_mutex_t count_mutex = PTHREAD_MUTEX_INITIALIZER: pthread mutext condition_mutex = PTHREAD_MUTEX INITIALIZER: pthread_cond_t condition_cond = PTHREAD_COND_INITIALIZER; void *function Count10: void *functionCount20: int count = 0; #define COUNT_DONE 10 #define COUNT_HALTI 3 #define COUNT_HALT26 main { pthread_t thread1, thread2: pthread_create(&thread1, NULL, &functionCount1, NULL): pthread_createl &thread2, NULL, &functionCount2, NULL). pthread_join(thread1,NULL); pthread_join(thread2, NULL); exit(0); } void *functionCount() { for(:) { pthread_mutex_lock( &condition_mutex); while( count >= COUNT_HALT1 && count = COUNT_DONE) return(NULL); } } void *functionCount20) { for(:) { pthread_mutex_lock( &condition_mutex): { pthread_cond_signal( &condition_cond); } pthread_mutex_unlock( &condition_mutex); pthread_mutex_lock( &count_mutex); count++; printf("Counter value functionCount2: %d ",count): pthread_mutex_unlock( &count_mutex): if(count >= COUNT_DONE) return(NULL); } )

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!