Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c517 if (pthread_create(&(p->plg_tid), NULL, process, p)) { in auditd_thread_init()
592 p->plg_tid, p->plg_qmax, p->plg_qmin, threshold)); in qpool_init()
785 p->plg_tid, sequence, q_size, qpool_size, in qpool_return()
826 (void) pthread_getschedparam(p->plg_tid, &policy, &param); in dump_state()
837 src, p->plg_tid, count, msg, in dump_state()
1089 (void) pthread_setschedparam(p->plg_tid, in adjust_priority()
1205 DPRINT((dbfp, "%s is thread %d\n", p->plg_path, p->plg_tid)); in process()
1232 p->plg_tid, q_node->aqq_sequence, in process()
1258 p->plg_tid, p->plg_cnt)); in process()
1271 DPRINT((dbfp, "left retry mode for %d\n", p->plg_tid)); in process()
[all …]
H A Dplugin.h74 pthread_t plg_tid; /* thread id */ member
H A Dauditd.c365 p->plg_tid)); in main()
558 p->plg_tid = 0; in init_plugin()