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

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c754 static void *runstreams(void *arg);
797 if (pthread_create(&t->tid, NULL, runstreams, t) != 0)
1103 runstreams(void *arg) function
1170 * to the threads running "runstreams". The dump format is either lzjb

Completed in 63 milliseconds