Skip to content

Synchronization primitive: condition variable from a mutex

Notifications You must be signed in to change notification settings

ErnaneJ/so-synchronization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Synchronization Project 🔄

How to Run

To compile and run the project, use the following commands:

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