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

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c71 static pthread_t vscand_cfg_tid = 0; variable
583 if (pthread_create(&vscand_cfg_tid, NULL, vscand_cfg_handler, 0) != 0) {
584 vscand_cfg_tid = 0;
600 if (vscand_cfg_tid != 0) {
602 (void) pthread_join(vscand_cfg_tid, NULL);
603 vscand_cfg_tid = 0;

Completed in 57 milliseconds