Home
last modified time | relevance | path

Searched refs:runstreams (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c775 static void *runstreams(void *arg);
818 if (pthread_create(&t->tid, NULL, runstreams, t) != 0) in initstreams()
1132 runstreams(void *arg) in runstreams() function