CreateItem()
Creates an item.
LoadProgram()
Launches a program.
LoadProgramPrio()
Launches a program and gives it a priority.
DeleteItem()
Deletes an item.
exit()
Exits from a task or thread.
LoadCode()
Loads a binary image into memory, and obtains a handle to it.
UnloadCode()
Unloads a binary image previously loaded with LoadCode()
.
CreateThread()
Creates a thread.
ExecuteAsThread()
Executes previously loaded code as a thread.
DeleteThread()
Deletes a thread.
exit()
Exits from a task or thread.
SendSignal()
Sends one or more signals to another task.
SetItemOwner()
Changes the owner of an item.
SetItemPri()
Changes the priority of an item.
WaitSignal()
Waits until a signal is sent.
Yield()
Gives up the CPU to a task of equal priority.