Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c734 pthread_t pl_thr; /* our processing thread */ member
1217 if (pthread_create(&pl->pl_thr, NULL, in aggregate()
1231 (void) pthread_join(pl->pl_thr, NULL); in aggregate()