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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c130 static timeout_id_t fasttrap_timeout; variable
354 ASSERT(fasttrap_timeout != 0);
366 if (later > 0 && fasttrap_timeout != (timeout_id_t)1)
367 fasttrap_timeout = timeout(&fasttrap_pid_cleanup_cb, NULL, hz);
371 fasttrap_timeout = 0;
385 if (fasttrap_timeout == 0)
386 fasttrap_timeout = timeout(&fasttrap_pid_cleanup_cb, NULL, 1);
2219 * Prevent any new timeouts from running by setting fasttrap_timeout
2225 while (fasttrap_timeout != (timeout_id_t)1) {
2226 tmp = fasttrap_timeout;
[all...]

Completed in 57 milliseconds