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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c101 static thread_t tree_builder_thr_id; variable
336 THR_BOUND, &tree_builder_thr_id)) < 0) {
401 (void) thr_kill(tree_builder_thr_id, SIGUSR1);
404 (void) thr_join(tree_builder_thr_id, NULL, NULL);

Completed in 63 milliseconds