Searched refs:stat_thread (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c101 * data by kicking the stat_thread.
107 * stat_thread:
114 * The stat_thread will only update memory utilization data as often as
452 * The usage cache is updated by the stat_thread, and copied to clients by
454 * stat_thread and the stat_server.
608 * Since the stat_thread holds an open handle to the accounting file, it will
4535 stat_thread(void *arg) function
4853 if (thr_create(NULL, 0, stat_thread, NULL, 0, &tid) != 0)

Completed in 69 milliseconds