What is a mutex and a critical section.Whats difference
between them?How do each of them work?
Answer Posted / edward
Both of them are synchronization objects .Critical section
used for snychronization of threads in a same
process.Mutexs used for sybchronizating a threads in diff
process
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain what are mutator methods in c++?
Can I learn c++ without c?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Define linked lists with the help of an example.
What are signs of manipulation?
What is an iterator class in c++?
What is the difference between a definition and a declaration?
Difference between an inspector and a mutator
What is using namespace std in c++?
How long does it take to get good at leetcode?
What is #include ctype h in c++?
Which programming language is best to learn first?
Refer to a name of class or function that is defined within a namespace?
Differentiate between C and C++.
Explain terminate() and unexpected() function?