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

/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h77 uint_t tp_linger; /* seconds before idle workers exit */ member in struct:tpool
H A Dthread_pool.c150 tpool->tp_linger == 0) {
156 timeout.tv_sec = tpool->tp_linger;
281 tpool->tp_linger = linger;

Completed in 15 milliseconds