Searched defs:init_recv_record (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c106 static void init_recv_record(void);
773 (void) pthread_once(&recv_once_control, init_recv_record);
930 * init_recv_record() - initialize the receiver thread
933 init_recv_record() function

Completed in 53 milliseconds