Home
last modified time | relevance | path

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

/titanic_41/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) { in vscand_cfg_init()
584 vscand_cfg_tid = 0; in vscand_cfg_init()
600 if (vscand_cfg_tid != 0) { in vscand_cfg_fini()
602 (void) pthread_join(vscand_cfg_tid, NULL); in vscand_cfg_fini()
603 vscand_cfg_tid = 0; in vscand_cfg_fini()