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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c133 static timeout_id_t fasttrap_timeout; variable
361 ASSERT(fasttrap_timeout != 0);
374 if (fasttrap_timeout != (timeout_id_t)1) {
375 fasttrap_timeout =
381 fasttrap_timeout = 0;
396 if (fasttrap_timeout == 0)
397 fasttrap_timeout = timeout(&fasttrap_pid_cleanup_cb, NULL, 1);
2233 * Prevent any new timeouts from running by setting fasttrap_timeout
2239 while (fasttrap_timeout != (timeout_id_t)1) {
2240 tmp = fasttrap_timeout;
[all...]

Completed in 107 milliseconds