https://github.com/fedecana00/competition-exercises
Concurrency exercises of Real Time System Embedded course.
https://github.com/fedecana00/competition-exercises
c concurrency pthread real-time
Last synced: 16 days ago
JSON representation
Concurrency exercises of Real Time System Embedded course.
- Host: GitHub
- URL: https://github.com/fedecana00/competition-exercises
- Owner: FedeCana00
- Created: 2023-03-26T15:31:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T13:17:30.000Z (about 3 years ago)
- Last Synced: 2025-01-03T04:34:41.384Z (over 1 year ago)
- Topics: c, concurrency, pthread, real-time
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competition-exercises
## Introduction
In this repository there are concurrency exercises done in the university course Real Time Systems Embedded.
The C language and the pthread.h library are used.
## Deployment
To be able to try the programs locally after downloading all the contents of this repository, just open the LINUX terminal with cd referring to the folder where the programs are saved and type the following commands:
```
make
./program-name
```
Theoretically it can also be performed on MacOS operating systems (since they are based on UNIX). However, running the program shows that it runs wrong!