next up previous contents index
Next: Usage Rules Up: Event Operations Previous: evIsCancelled

evDump

   

Displays a ps-style listing of x-kernel threads when the x-kernel is compiled with DEBUG mode. The address of the entry function, the thread state (pending, scheduled, running, finished, or blocked), the time relevant to the thread state, and flags (detached or cancelled), are displayed for each thread controlled by x-kernel monitor. The meaning of the time entry varies according to the state. For pending threads, the time is the time until it will be scheduled; for other states it is the time the thread has spent in that state. The time is reset on each transition, i.e., it is not cumulative.

void evDump(void)



Larry Peterson
Wed Jan 10 10:40:08 MST 1996