Timer Management System2
ㅡ Timer Management System
Table of Contents
Introduction
thread 10개가 동시에 돌아가면서 각각의 thread에 주어진 period에 따라 current time을 출력하는 프로그램입니다. 10개의 thread는 주기가 전부 다릅니다. 따라서, POSIX timer handler를 사용하여 10 mili-sec 마다 SIGRTMIN이 발생하게 되고, 10개의 thread의 period를 조정하게 됩니다.
Prerequisite
Must run in terminal in the fedora environment.
- fedora: Perform implementation with c script in the fedora environment
Development
Install
$ git clone https://github.com/lllilllilllilili/hufs_projects.git
Testing
$ ./[Your file name]
Commit
We are following Angular’s commitizen rules for formatting git commit message. This allows you to read messages that are easy to understand when looking for project history. It also uses the git commit message to generate our CHANGELOG file.
$ npm install -g git-cz
$ git add .
$ git git-cz
$ git push
Program_Execution_Process
Result
code
license
MIT License
About
Authored and maintained by ingyu