Home
last modified time | relevance | path

Searched refs:INVALID_PID (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/
H A Dlatencytop.h56 #define INVALID_PID (~0) macro
58 #define PID_SYS_GLOBAL INVALID_PID
H A Ddisplay.c63 static pid_t selected_pid = INVALID_PID;
421 pid_t last_pid = INVALID_PID; in print_taskbar_thread()