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

/macosx-10.10.1/libdispatch-442.1.4/dispatch/
H A Dtime.h45 #ifdef NSEC_PER_MSEC
46 #undef NSEC_PER_MSEC macro
49 #define NSEC_PER_MSEC 1000000ull macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Di386_timer.c257 #define TIMER_RESORT_THRESHOLD_ABSTIME (50 * NSEC_PER_MSEC)
383 .timer_resort_threshold_ns = 50 * NSEC_PER_MSEC,
390 .timer_coalesce_bg_ns_max = 100 * NSEC_PER_MSEC,
391 .timer_coalesce_kt_ns_max = 1 * NSEC_PER_MSEC,
392 .timer_coalesce_fp_ns_max = 1 * NSEC_PER_MSEC,
393 .timer_coalesce_ts_ns_max = 1 * NSEC_PER_MSEC,
395 .latency_qos_ns_max ={1 * NSEC_PER_MSEC, 5 * NSEC_PER_MSEC, 20 * NSEC_PER_MSEC,
396 75 * NSEC_PER_MSEC, 1000
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dclock_types.h87 #define NSEC_PER_MSEC 1000000ull /* nanoseconds per millisecond */ macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/prng/
H A Drandom.h99 assert(stop - start < 10*NSEC_PER_MSEC || \
/macosx-10.10.1/libdispatch-442.1.4/private/
H A Dprivate.h129 dispatch_time(DISPATCH_TIME_NOW, (t) * NSEC_PER_MSEC)
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dsyscall_subr.c262 uint32_t scale_factor = NSEC_PER_MSEC;
466 interval, NSEC_PER_MSEC, &abstime);
H A Dtimer_call.c1380 longterm * NSEC_PER_MSEC;
1384 tlp->threshold.interval / NSEC_PER_MSEC);
1386 tlp->threshold.interval / NSEC_PER_MSEC);
1423 0 : tlp->threshold.interval / NSEC_PER_MSEC;
1515 tlp->threshold.interval = value * NSEC_PER_MSEC;
H A Dtelemetry.c1127 clock_interval_to_absolutetime_interval(bootprofile_interval_ms, NSEC_PER_MSEC, &bootprofile_interval_abs);
H A Dthread.c1917 if (interval_ns < MINIMUM_CPULIMIT_INTERVAL_MS * NSEC_PER_MSEC) {
H A Dsched_prim.c707 clock_interval_to_absolutetime_interval(10, NSEC_PER_MSEC, &abstime);
H A Dzalloc.c2384 assert_wait_timeout(zone, THREAD_UNINT, 1, NSEC_PER_MSEC);
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCInteractivePlayer.mm112 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, [sSynthQueue count] ? 100*NSEC_PER_MSEC : NSEC_PER_SEC), dispatch_get_main_queue(), ^{
430 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 200*NSEC_PER_MSEC),
H A DMBCDocument.mm329 dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW, 10*NSEC_PER_MSEC);
910 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 200*NSEC_PER_MSEC), dispatch_get_main_queue(), ^{
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A Dasynchttp.c426 DISPATCH_TIME_FOREVER, (int64_t)(500 * NSEC_PER_MSEC));
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.m85 static const int64_t kMinSyncDelay = (NSEC_PER_MSEC * 500); // 500ms minimum delay before a syncWithAllPeers call.
88 static const int64_t kSyncTimerLeeway = (NSEC_PER_MSEC * 250); // 250ms leeway for sync events.
/macosx-10.10.1/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_subr.c770 ival = pktsched_nsecs_to_abstime(10 * NSEC_PER_MSEC); /* 10ms */
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_importance.c62 #define DENAP_DROP_TARGET (1000 * NSEC_PER_MSEC) /* optimum denap delay */
63 #define DENAP_DROP_SKEW (100 * NSEC_PER_MSEC) /* request skew for wakeup */
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dsource.c1291 FOREVER_NSEC/NSEC_PER_MSEC))) {
1292 interval *= animation ? NSEC_PER_FRAME : NSEC_PER_MSEC;
1395 [DISPATCH_TIMER_QOS_##qos] = 2ull * (ms) * NSEC_PER_MSEC
H A Dqueue.c3135 if (leeway < NSEC_PER_MSEC) leeway = NSEC_PER_MSEC;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c1947 ns_refill = ((uint64_t)ms_refill) * NSEC_PER_MSEC;
H A Dkern_sysctl.c2313 if ((kret = thread_set_cpulimit(THREAD_CPULIMIT_BLOCK, percent, ms_refill * (int)NSEC_PER_MSEC)) != 0)
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c2129 bw = (bytes * NSEC_PER_MSEC) / t;
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c3371 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 500 * NSEC_PER_MSEC),
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsutils.c1241 struct timespec ts = { 0, 500 * NSEC_PER_MSEC };
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c7333 10 * NSEC_PER_MSEC); // leeway

Completed in 488 milliseconds