Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h51 extern fmd_thread_t *fmd_thread_xcreate(struct fmd_module *, pthread_t);
H A Dfmd_thread.c35 fmd_thread_xcreate(fmd_module_t *mp, pthread_t tid) in fmd_thread_xcreate() function
H A Dfmd.c521 dp->d_rmod->mod_thread = fmd_thread_xcreate(dp->d_rmod, pthread_self()); in fmd_create()