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

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c81 static void *dlmgmt_db_update_thread(void *);
612 err = pthread_create(&tid, NULL, dlmgmt_db_update_thread, NULL);
671 dlmgmt_db_update_thread(void *arg) function

Completed in 46 milliseconds