Searched refs:mod_threads (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_module.h | 130 struct fmd_idspace *mod_threads; /* idspace for alternate thread ids */ member
|
H A D | fmd_module.c | 205 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 D | fmd_api.c | 601 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()
|