Skip to content

sugrado/c-multithreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

C-Multithreading

Dynamic multithreading application.

Usage:

gcc multithreading.c -o multithreading.o
./multithreading.o miniapp1.o 3

Note: miniapp1.o is any compiled C program.

  • The first parameter is the compiled extension of the C program to run.
  • The second parameter is how many seconds the program will run.

About

Dynamic multithreading C application (for Linux).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages