Searched refs:recv_record (Results 1 – 1 of 1) sorted by relevance
107 static void *recv_record(void *);936 (void) pthread_create(&recv_tid, NULL, recv_record, NULL); in init_recv_record()945 recv_record(void *arg __unused) in recv_record() function