Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dstat.c461 const int tname_size = 16; /* Enough for "Thread %d" */ in get_stat_c() local
464 tname = (char *)lt_zalloc(tname_size); in get_stat_c()
465 (void) snprintf(tname, tname_size, "Thread %d", tid); in get_stat_c()