Skip to content

giahou2000/Producer-Consumer-PThreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Producer-Consumer-PThreads

To compile and run:

-Download the prod_con.c file -Execute the following command: gcc -O3 -o prod_con.exe prod-cons.c -lpthread -Execute the following command: ./prod_con.exe

For the math.h problem at the thread_join.c file compile with the following: gcc -O3 -o prod_con.exe prod-cons.c -lpthread -lm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages