Searched refs:recv_thread_up (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c92 extern boolean_t recv_thread_up;
940 if (recv_thread_up && pthread_join(recv_tid, NULL) != 0) {
944 recv_thread_up = B_FALSE;
H A Dtransport.c65 boolean_t recv_thread_up = B_FALSE; variable
962 recv_thread_up = B_TRUE;
1276 if (!recv_thread_up || reset_in_progress) {

Completed in 18 milliseconds