Lines Matching refs:lwps
160 static list_t lwps; /* list of lwps/processes */ variable
673 list_remove_lwp(&lwps, lwp_tmp); in list_clear()
873 lwp = list_add_lwp(&lwps, pid, lwpid); in add_proc()
887 lwp = list_add_lwp(&lwps, pid, lwpid); in add_lwp()
1109 list_remove_lwp(&lwps, lwp); in list_refresh()
1360 list_clear(&lwps); in Exit()
1564 list_alloc(&lwps, opts.o_ntop); in main()
1570 list_setkeyfunc(sortk, &opts, &lwps, LT_LWPS); in main()
1613 list_free(&lwps); in main()
1618 list_alloc(&lwps, opts.o_ntop); in main()
1628 list_refresh(&lwps); in main()
1634 list_sort(&lwps); in main()
1635 list_print(&lwps); in main()