Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h130 struct fmd_idspace *mod_threads; /* idspace for alternate thread ids */ member
H A Dfmd_module.c205 mp->mod_threads = fmd_idspace_create(mp->mod_name, 0, INT_MAX); in fmd_module_create()
397 if (mp->mod_threads != NULL) { in fmd_module_unload()
398 fmd_idspace_destroy(mp->mod_threads); in fmd_module_unload()
399 mp->mod_threads = NULL; in fmd_module_unload()
H A Dfmd_api.c601 fmd_idspace_apply(mp->mod_threads, in fmd_module_unregister()
1755 (void) fmd_idspace_xalloc(mp->mod_threads, tid, tp); in fmd_thr_create()
1773 if ((tp = fmd_idspace_getspecific(mp->mod_threads, tid)) == NULL) { in fmd_thr_destroy()
1802 (void) fmd_idspace_free(mp->mod_threads, tid); in fmd_thr_destroy()
1814 fmd_idspace_getspecific(mp->mod_threads, tid) == NULL) { in fmd_thr_signal()
1830 fmd_idspace_getspecific(mp->mod_threads, tid) == NULL) { in fmd_thr_checkpoint()
1879 (void) fmd_idspace_xalloc(mp->mod_threads, tid, new_tp); in fmd_doorthr_create()