https://github.com/sugrado/c-multithreading
Dynamic multithreading C application (for Linux).
https://github.com/sugrado/c-multithreading
c execv fork linux multithreading
Last synced: 2 months ago
JSON representation
Dynamic multithreading C application (for Linux).
- Host: GitHub
- URL: https://github.com/sugrado/c-multithreading
- Owner: sugrado
- License: mit
- Created: 2022-11-04T19:50:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T06:15:31.000Z (over 2 years ago)
- Last Synced: 2024-12-31T23:12:39.463Z (4 months ago)
- Topics: c, execv, fork, linux, multithreading
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# 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.