Process-in-Process
|
Functions | |
int | pip_couple (void) |
Couple the curren task with the original kernel thread. More... | |
int | pip_decouple (pip_task_t *task) |
Decouple the curren task from the kernel thread. More... | |
int pip_couple | ( | void | ) |
EPERM | PiP library is not yet initialized or already finalized |
EBUSY | the curren task is already coupled with a kernel thread |
int pip_decouple | ( | pip_task_t * | task | ) |
[in] | task | specify the scheduling task to schedule the decoupled task (calling this function). If NULL , then the previously coupled pip_task takes place. |
EPERM | PiP library is not yet initialized or already finalized |
EBUSY | the curren task is already decoupled from a kernel thread |