Remove a child-termination callback
void PtSpawnDeleteCallback( PtSpawnCbId_t *cs );
This function can be used to remove a callback function for a child process created by a previous call to PtSpawn(). The cs argument is the control structure created by that call to PtSpawn() and returned via the csp argument.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtSpawn(), PtSpawnSetCallback(), PtSpawnWait()