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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c1049 int wq_max_run_latency_usecs = WQ_MAX_RUN_LATENCY_USECS; variable
1059 SYSCTL_INT(_kern, OID_AUTO, wq_max_run_latency_usecs, CTLFLAG_RW,
1060 &wq_max_run_latency_usecs, 0, "");
1889 if (((lat_tv.tv_sec * 1000000) + lat_tv.tv_usec) > wq_max_run_latency_usecs)

Completed in 27 milliseconds