Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/auditd/
H A Ddoorway.c508 if (pthread_create(&(p->plg_tid), NULL, in auditd_thread_init()
584 p->plg_tid, p->plg_qmax, p->plg_qmin, threshold)); in qpool_init()
776 p->plg_tid, sequence, q_size, qpool_size, in qpool_return()
817 (void) pthread_getschedparam(p->plg_tid, &policy, &param); in dump_state()
828 src, p->plg_tid, count, msg, in dump_state()
881 DPRINT((dbfp, "policy changed for thread %d\n", p->plg_tid)); in policy_update()
1080 (void) pthread_setschedparam(p->plg_tid, in adjust_priority()
1195 DPRINT((dbfp, "%s is thread %d\n", p->plg_path, p->plg_tid)); in process()
1197 (void) pthread_setschedparam(p->plg_tid, SCHED_OTHER, &param); in process()
1222 p->plg_tid, q_node->aqq_sequence, in process()
[all …]
H A Dplugin.h74 pthread_t plg_tid; /* thread id */ member
H A Dauditd.c366 p->plg_tid)); in main()
559 p->plg_tid = 0; in init_plugin()