Lines Matching refs:lwps
161 static list_t lwps; /* list of lwps/processes */ variable
674 list_remove_lwp(&lwps, lwp_tmp); in list_clear()
874 lwp = list_add_lwp(&lwps, pid, lwpid); in add_proc()
909 lwp = list_add_lwp(&lwps, pid, lwpid); in add_lwp()
1132 list_remove_lwp(&lwps, lwp); in list_refresh()
1399 list_clear(&lwps); in Exit()
1603 list_alloc(&lwps, opts.o_ntop); in main()
1609 list_setkeyfunc(sortk, &opts, &lwps, LT_LWPS); in main()
1652 list_free(&lwps); in main()
1657 list_alloc(&lwps, opts.o_ntop); in main()
1667 list_refresh(&lwps); in main()
1673 list_sort(&lwps); in main()
1674 list_print(&lwps); in main()