/semaphore

In the unix operating system, processes can use a semaphore to sequentially lock and unlock a certain area with mutex logic.

Primary LanguageC

semaphore

In the unix operating system, processes can use a semaphore to sequentially lock and unlock a certain area with mutex logic.While one writes in this field, the other can read or write this field in their turn.