Searched defs:lgrp_trthr_moves (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c3211 * lgrp_trthr_moves counts the number of times main thread (t_tid = 1) of a
3216 static uint64_t lgrp_trthr_moves = 0; variable
3221 return (lgrp_trthr_moves);
3227 atomic_add_64(&lgrp_trthr_moves, incr);

Completed in 69 milliseconds