Home
last modified time | relevance | path

Searched refs:recv_tid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c88 extern pthread_t recv_tid;
817 if (pthread_join(recv_tid, NULL) != 0) { in auditd_plugin_close()
H A Dtransport.c66 pthread_t recv_tid; /* receiving thread */ variable
936 (void) pthread_create(&recv_tid, NULL, recv_record, NULL); in init_recv_record()