|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/karma/lib/cm.html
Дата изменения: Unknown Дата индексирования: Mon Dec 24 14:41:36 2007 Кодировка: Поисковые слова: http www.astronomy.ru forum index.php topic 4644.0.html |
Library: karma
Link With: -lkarma
| cm_manage | Register a function to manage a child process. |
| cm_unmanage | Terminate the management of a child process for state changes. |
| cm_poll | Poll for child process state changes. |
| cm_poll_silent | Poll for child process state changes. |
| cm_PROTO_stop_func | This routine is called when a child process is stopped. |
| cm_PROTO_term_func | This routine is called when a child process is killed. |
| cm_PROTO_exit_func | This routine is called when a child process exits. |
This routine will manage a child process for state changes by registering callback routines.
Parameters:
Terminate the management of a child process for state changes.
Parameters:
This routine will poll for any change in status of child processes. If the operating system does not support forking, the routine displays an error message. Those processes which have been registered using cm_manage will have any callback routines called. If a child has not been registered using cm_manage then the routine will print a warning message stating that the child was not managed.
Parameters:
This routine will poll for any change in status of child processes. If the operating system does not support forking, the routine does not display an error message (unlike cm_poll. Those processes which have been registered using cm_manage will have any callback routines called. If a child has not been registered using cm_manage then the routine will print a warning message stating that the child was not managed.
Parameters:
This routine is called when a child process is stopped.
Parameters:
This routine is called when a child process is killed.
Parameters:
This routine is called when a child process exits.
Parameters: