union wait *status;
struct rusage *rusage;
The format for the wait3 function on SYSV-based systems is:
Notify_value
wait3_func(client, pid, status, rusage)
Notify_client client;
int pid;
int *status;
struct rusage *rusage;
notify_itimer_value( )
Returns the current state of an interval timer for client in the structure pointed to by
value. The which parameter is either ITIMER_REAL or ITIMER_VIRTUAL.
Notify_error
notify_itimer_value(client, which, value)
Notify_client client;
int which;
struct itimerval *value;
notify_next_destroy_func()
Calls the next destroy event handler for client.
Notify_value
notify_next_destroy_func(client, status)
Notify_client client;
Destroy_status status;
status is one of:
DESTROY_PROCESS_DEATH
DESTROY_CHECKING
DESTROY_CLEANUP
DESTROY_SAVE_YOURSELF
notify_next_event_func()
Calls the next event handler for client.
Notify_value
notify_next_event_func(client, event, arg, type)
Notify_client client;
Notify_event *event;
Notify_arg arg;
Notify_event_type type;
type is either NOTIFY_SAFE or NOTIFY_IMMEDIATE.
notify_next_exception_func()
Notify_value
notify_next_exception_func(client, fd)
Notify_client client;
int fd;
190 XView Reference Manual