Searched refs:NSEC_PER_SEC (Results 51 - 75 of 135) sorted by relevance

123456

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Ddevtimer.c88 clock_interval_to_absolutetime_interval(tv.tv_sec, NSEC_PER_SEC,
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dacpi.c480 return ((ctime - acpi_wake_postrebase_abstime) < 5 * NSEC_PER_SEC);
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.m86 static const int64_t kMaxSyncDelay = (NSEC_PER_SEC * 5); // 5s maximun delay for a given request
87 static const int64_t kMinSyncInterval = (NSEC_PER_SEC * 15); // 15s minimum time between successive syncWithAllPeers calls.
315 const uint64_t delayBeforeCallingAgainInSeconds = 5ull * NSEC_PER_SEC;
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c817 dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_PER_SEC),
818 (uint64_t)timeOut * NSEC_PER_SEC, 0);
851 dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_PER_SEC),
852 (uint64_t)timeOut * NSEC_PER_SEC, 0);
1238 dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_PER_SEC),
1239 (uint64_t)timeOut * NSEC_PER_SEC, 0);
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCController.mm291 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 5*NSEC_PER_SEC), dispatch_get_main_queue(), ^{
H A DMBCInteractivePlayer.mm112 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, [sSynthQueue count] ? 100*NSEC_PER_MSEC : NSEC_PER_SEC), dispatch_get_main_queue(), ^{
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dsyslogd.c725 dispatch_source_set_timer(global.mark_timer, dispatch_time(DISPATCH_TIME_NOW, global.mark_time * NSEC_PER_SEC), global.mark_time * NSEC_PER_SEC, 0);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dclock_oldops.c354 *(clock_res_t *) attr = NSEC_PER_SEC / 100;
376 *(clock_res_t *) attr = NSEC_PER_SEC / 100;
H A Dbsd_kern.c740 ptinfo->pth_user_time = ((basic_info.user_time.seconds * (integer_t)NSEC_PER_SEC) + (basic_info.user_time.microseconds * (integer_t)NSEC_PER_USEC));
741 ptinfo->pth_system_time = ((basic_info.system_time.seconds * (integer_t)NSEC_PER_SEC) + (basic_info.system_time.microseconds * (integer_t)NSEC_PER_USEC));
H A Dtask.c3879 *rate_hz = (int32_t)(limit / (int64_t)(period / NSEC_PER_SEC));
3915 ledger_set_period(ledger, task_ledgers.interrupt_wakeups, task_wakeups_monitor_interval * NSEC_PER_SEC);
3990 observed_wakeups_rate = (lei.lei_balance * (int64_t)NSEC_PER_SEC) / lei.lei_last_refill;
3992 observation_interval = lei.lei_refill_period / NSEC_PER_SEC;
4015 EXC_RESOURCE_CPUMONITOR_ENCODE_WAKEUPS_OBSERVED(code[1], lei.lei_balance * (int64_t)NSEC_PER_SEC / lei.lei_last_refill);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dopaquewhitelist.cpp156 dispatch_group_wait(group, dispatch_walltime(DISPATCH_TIME_NOW, 5 * NSEC_PER_SEC));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dopaquewhitelist.cpp156 dispatch_group_wait(group, dispatch_walltime(DISPATCH_TIME_NOW, 5 * NSEC_PER_SEC));
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A Dasynchttp.c61 #define STREAM_TIMEOUT (7 * NSEC_PER_SEC)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dmcache.c1286 clock_interval_to_deadline(mcache_reap_interval, NSEC_PER_SEC,
1289 NSEC_PER_SEC, &leeway);
1418 clock_interval_to_deadline(mcache_reap_interval, NSEC_PER_SEC,
1421 NSEC_PER_SEC, &leeway);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOTimerEventSource.cpp295 (interval.tv_sec, NSEC_PER_SEC, &end);
/macosx-10.10.1/network_cmds-457/ifconfig.tproj/
H A Difconfig.c1343 #define NSEC_PER_SEC 1000000000 /* nanosecond per second */ macro
1354 if (nsec >= NSEC_PER_SEC) {
1355 t = n / NSEC_PER_SEC;
/macosx-10.10.1/Heimdal-398.1.2/base/
H A Dcf.c552 dispatch_time(DISPATCH_TIME_NOW, ((long long)t) * NSEC_PER_SEC));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/xpc/
H A Dmain.c285 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, NSEC_PER_SEC * IDLE_WAIT_TIME), dispatch_get_main_queue(), ^(void) {
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSRegressionUtilities.c48 static const uint64_t maxTimeToWaitInSeconds = 30ull * NSEC_PER_SEC;
/macosx-10.10.1/libauto-186/
H A Dauto_zone.cpp202 dispatch_group_wait(group, dispatch_time(0, 10*NSEC_PER_SEC));
392 dispatch_time_t when = dispatch_time(0, 10 * NSEC_PER_SEC);
407 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 10 * NSEC_PER_SEC), azone->_collection_queue, ^{
1338 azone->_compaction_next_time = dispatch_time(0, 30 * NSEC_PER_SEC);
/macosx-10.10.1/PowerManagement-494.1.2/darktool/
H A Ddarktool.c282 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
303 dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(delayInSeconds * NSEC_PER_SEC));
/macosx-10.10.1/autofs-246/triggers_kext/
H A Dtriggers.c1347 clock_interval_to_deadline(UNMOUNT_TRIGGERED_MOUNTS_TIMER, NSEC_PER_SEC,
1395 clock_interval_to_deadline(UNMOUNT_TRIGGERED_MOUNTS_TIMER, NSEC_PER_SEC,
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/i386/
H A Dsysctl.c255 old_value = nstime / NSEC_PER_SEC;
260 nanoseconds_to_absolutetime(((uint64_t)new_value) * NSEC_PER_SEC, &panic_restart_timeout);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_lro.c660 (NSEC_PER_SEC / TCP_RETRANSHZ), &lro_deadline);
662 clock_interval_to_deadline(hint, NSEC_PER_SEC / TCP_RETRANSHZ,
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp2014 nanoseconds_to_absolutetime(NSEC_PER_SEC, &interval);
2016 nanoseconds_to_absolutetime(((UInt64)NSEC_PER_SEC * (UInt64)getNumSampleFramesPerBuffer() / (UInt64)currentRate->whole), &interval);
2038 nanoseconds_to_absolutetime(((UInt64)NSEC_PER_SEC * (UInt64)getNumSampleFramesPerBuffer() / (UInt64)currentRate->whole / (UInt64)numErasesPerBuffer), &interval);

Completed in 378 milliseconds

123456