https://github.com/ernanej/so-synchronization
Synchronization primitive: condition variable from a mutex
https://github.com/ernanej/so-synchronization
c dca0108 mutex-synchronisation primitives synchronization
Last synced: 6 months ago
JSON representation
Synchronization primitive: condition variable from a mutex
- Host: GitHub
- URL: https://github.com/ernanej/so-synchronization
- Owner: ErnaneJ
- Created: 2023-11-07T01:43:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T01:06:32.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T18:59:08.802Z (8 months ago)
- Topics: c, dca0108, mutex-synchronisation, primitives, synchronization
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Synchronization Project 🔄
## How to Run
To compile and run the project, use the following commands:
```bash
# Navigate to the project directory
cd condition_variable_from_a_mutex# Compile the source code
gcc ./main.c ./libs/*.c -o ./main.o && ./main
```This will compile the program and initiate its execution. 🚀