-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thread task #152
base: Bogdan.Shchogolev
Are you sure you want to change the base?
Thread task #152
Conversation
Created Makefile. Signed-off-by: Derivability <[email protected]>
Created basic module with procfs read/write interface. Signed-off-by: Derivability <[email protected]>
Added error handling. Signed-off-by: Derivability <[email protected]>
Created functions for analyzing and executing task. Signed-off-by: Derivability <[email protected]>
Implemented task proccesing using threads. Signed-off-by: Derivability <[email protected]>
Implemented pool of available workers to procces accepted task. Signed-off-by: Derivability <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@galkinletter, this Pull Request was opened first, so code from this PR is original and written by specified in commit signs author. I decided to remove "question" label, as there's no point in it. |
Reworked and optimized block output. Signed-off-by: Derivability <[email protected]>
Please use checkpatch! |
Please use checkpatch (Linux Coding style check). For run the check patch for an individual file use |
Fixed codestyle errors using checkpatch.pl. Signed-off-by: Derivability <[email protected]>
Done! Please checkout |
Implemented multi-threading processing of task, that user inputs through procfs.