fmd_thread_t
fmd_thread_t *tp;
fmd_thread_t *tp;
fmd_thread_t *old_tp, *new_tp;
fmd_thread_t *tp;
fmd_thread_t *tp = pthread_getspecific(fmd.d_key);
fmd_thread_t *tp = fmd_idspace_getspecific(ids, id);
fmd_thread_t t;
fmd_thread_t thr;
fmd_thread_t thr;
fmd_thread_t *tp;
fmd_thread_t *tp;
fmd_thread_t *tp = pthread_getspecific(fmd.d_key);
fmd_thread_t *tp;
fmd_thread_t *
fmd_thread_t *
fmd_thread_destroy(fmd_thread_t *tp, int flag)
fmd_free(tp, sizeof (fmd_thread_t));
fmd_thread_t *
fmd_thread_t *tp = fmd_alloc(sizeof (fmd_thread_t), FMD_SLEEP);
fmd_thread_t *tp = arg;
static fmd_thread_t *
fmd_thread_t *tp = fmd_alloc(sizeof (fmd_thread_t), FMD_SLEEP);
fmd_free(tp, sizeof (fmd_thread_t));
extern fmd_thread_t *fmd_thread_xcreate(struct fmd_module *, pthread_t);
extern fmd_thread_t *fmd_thread_create(struct fmd_module *,
extern fmd_thread_t *fmd_doorthread_create(struct fmd_module *,
extern void fmd_thread_destroy(fmd_thread_t *, int);
fmd_thread_t *tmq_thread; /* thread handling timer expiry for queue */