]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/adsp_Timer.c
xnu-792.6.61.tar.gz
[apple/xnu.git] / bsd / netat / adsp_Timer.c
index 94127cf21611835d8208766b0938d7524932da4f..d528e7e3a9abeeacf28d5d10afad11dcd4845714 100644 (file)
@@ -179,9 +179,9 @@ send:
 
 void TimerTick_funnel(void *arg)
 {
-        thread_funnel_set(network_flock, TRUE);
+       atalk_lock();
        TimerTick();
-        thread_funnel_set(network_flock, FALSE);
+       atalk_unlock();
 }
 
 static StopTimer;