Created
April 10, 2012 11:07
-
-
Save freecnjet/2350499 to your computer and use it in GitHub Desktop.
Process management
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef _PROCESS_H_ | |
#define _PROCESS_H_ | |
load | |
execute | |
create process | |
terminate process | |
get/set process attributes | |
wait for time, wait event, signal event | |
allocate, free memory | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment