An open API service indexing awesome lists of open source software.

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

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. 🚀