proc_ctxt()

The number of context switches

Syntax:

int proc_ctxt(void);

Arguments:

no arguments

Description:

The number of context switches that the system underwent.

Return Values:

On success, returns the number of context switches that the system underwent. On error, -1 is returned.

See Also:

proc_intr(), proc_swap_in(), proc_swap_out(), proc_page_in(), proc_page_out()



INDEX