Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:printtable

842 	if (gettimeofday(&now, NULL)) { LogErr("PrintTable", "gettimeofday"); return; }
843 if (pthread_mutex_lock(&d->tablelock)) { LogErr("PrintTable", "pthread_mutex_lock"); return; }