We have discussed the concept of P() and V() operations in t…
We have discussed the concept of P() and V() operations in the lectures. Linux/Unix do not have P() and V() as the API. When you write a C/C++ program (for example, the programming questions in Assignment 5) under Linux/Unix, what API can you use to have the same functionality as P() and V()?Note: Just answer the names of the API. Do not need to explain.