Skip to content

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. πŸš€

About

Synchronization primitive: condition variable from a mutex

Topics

Resources

Stars

Watchers

Forks