Introduction - If you have any usage issues, please Google them yourself
Implement a process that has a producer thread and a consumer thread, they use 32 different buffers. Semaphore using the following: (1) a mutex to prevent the producer and consumer threads simultaneously thread the buffer list (2) a semaphore, when the producer thread to produce an item can use it to consumers to signal the thread