Call Descriptions
Function calls associated with Process Management Services include:
- m_appcount Returns the number of other applications currently loaded.
- m_fini Signals the System Manager that the current accessory is done.
- m_get_TCB Returns a pointer to the Task Control Block array.
- m_get_TCB_size Returns the number of Task Control Blocks.
- m_init_app Initialization process for System Manager level task.
- m_keylock Inhibits hot-key induced task switching.
- m_keyunlock Allows hot-key induced task switching.
- m_lock Increments the system lock count.
- m_reg_app_name Identifies the string to be used to identify the application in the app-close-box.
- m_reboot Forces a CPU warm boot (emulator) or cold boot (handset).
- m_spawn Allows execution of specified file with application loaded.
- m_unlock Decrements the system lock count.