Lines Matching refs:f_thread
1466 "%p)\n", f->f_thread, f->f_un.f_fname, (void *)&f->f_queue, in logit()
1473 "%p\n", f->f_thread, (void *)mp, (void *)&f->f_queue); in logit()
1518 "for filed %p\n", f->f_thread, in logit()
1555 "Mark\n", f->f_thread); in logit()
1578 DPRINT3(1, errmsg, f->f_thread, in logit()
1604 f->f_thread, (void *)mp); in logit()
1628 "mark - %p)\n", f->f_thread, in logit()
1633 "message - %p\n", f->f_thread, in logit()
1639 "- %p\n", f->f_thread, (void *)mp); in logit()
1672 f->f_thread, (void *)mp, (void *)&f->f_queue); in logit()
1703 DPRINT1(5, "logit(%u): logging thread exited\n", f->f_thread); in logit()
3392 if (pthread_create(&f->f_thread, NULL, logit, (void *)f) != 0) { in filed_init()
5135 mythreadno, f->f_thread); in reconfigure()
5140 mythreadno, f->f_thread); in reconfigure()
5264 (void) pthread_join(f->f_thread, NULL); in reconfigure()