|
Process-in-Process
|
Functions | |
| void | pip_exit (int status) |
| terminate the calling PiP task More... | |
| int | pip_kill_all_tasks (void) |
| kill all PiP tasks More... | |
| void | pip_abort (void) |
| Kill all PiP tasks and then kill PiP root. More... | |
| void pip_exit | ( | int | status | ) |
| [in] | status | This status is returned to PiP root. |
exit(3) is called in the process mode and pthread_exit(3) is called in the pthread mode.| int pip_kill_all_tasks | ( | void | ) |
| EPERM | The PiP library is not initialized yet |
| EPERM | Not called from root |
| void pip_abort | ( | void | ) |
1.8.5