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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c69 * let the tree_builder() thread build the initial tree without blocking.
94 * rebuild_tree has to be initialized to B_TRUE to let the tree_builder
244 static void *tree_builder(void *arg);
335 if ((ret = thr_create(NULL, NULL, tree_builder, NULL,
377 * about removing /physical-platform since tree_builder() will
393 /* wake up the tree_builder thread, tell it to exit */
400 /* send SIGUSR1 to get tree_builder out of a blocked system call */
434 tree_builder(void *arg) function
480 LOGPRINTF("tree_builder: check whether to rebuild subtree\n");
484 LOGPRINTF("tree_builder
[all...]

Completed in 68 milliseconds