https://github.com/vortex2jm/threads-sync
Solving monkeys problem using threads and semaphores
https://github.com/vortex2jm/threads-sync
Last synced: about 1 month ago
JSON representation
Solving monkeys problem using threads and semaphores
- Host: GitHub
- URL: https://github.com/vortex2jm/threads-sync
- Owner: vortex2jm
- Created: 2023-07-07T12:36:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T11:18:19.000Z (almost 2 years ago)
- Last Synced: 2023-07-26T00:29:52.051Z (almost 2 years ago)
- Language: C
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Threads sync work :gear:
## Usage
- Compiling programs
```bash
make
```
- Running monkeys problem first part
```bash
make run-monkey
```
- Running with gorillas
```bash
make run-gorillas
```
- Running monitors problem
```bash
make run-monitors
```
- Removing temporary files
```bash
make clean
```