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

/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c625 pthread_t pl_thr; /* our processing thread */ member in struct:fmdump_pipeline
1108 if (pthread_create(&pl->pl_thr, NULL,
1122 (void) pthread_join(pl->pl_thr, NULL);

Completed in 65 milliseconds