Skip to content

Instantly share code, notes, and snippets.

@freecnjet
Created April 10, 2012 11:07
Show Gist options
  • Save freecnjet/2350499 to your computer and use it in GitHub Desktop.
Save freecnjet/2350499 to your computer and use it in GitHub Desktop.
Process management
#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