Searched refs:time (Results 1 - 25 of 3222) sorted by last modified time

1234567891011>>

/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread.c64 #include <sys/time.h>
721 * creation at the time of call . It does not tell whether there are more than one thread
722 * at this point of time.
/macosx-10.10/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus.c9 #include <time.h>
121 * The only time the g_exit_status changes state
199 new_interval = 500 * 1000; /* want sleep time in microseconds */
202 new_interval = 100 * 1000;/* want sleep time in microseconds */
265 * the test run at any time.
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmain.c43 #include <time.h>
312 my_start_time = time( NULL );
363 my_end_time = time( NULL );
H A Dmisc.c390 * printf with a date and time stamp so that we can correlate printf's
416 result = time(NULL);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dkern_stackshot.c149 uint64_t time = t->high_bits; /* endian independent grab */
150 time = (time << 32) | t->low_bits;
151 return time;
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Drtclock.c35 * real-time clock. Historically, this clock is
38 * this purpose with the master time reference being
138 * Intialize the nanotime info from the base time.
204 * Only update the base values if time using the new base values
205 * is later than the time using the old base values.
215 * a small delta is added to the tsc_base. This is equivalent to nudgin time
217 * cause callers of mach_absolute_time() to see time going backwards!
280 * Initialize the real-time clock device.
341 * rebase time must be relative to the current boot so we can't use
426 * Real-time cloc
466 setPop(uint64_t time) argument
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/chud/
H A Dchud_osfmk_callback.c62 uint32_t time,
66 clock_interval_to_deadline(time, units, &t_delay);
59 chudxnu_timer_callback_enter( chud_timer_t timer, thread_call_param_t param1, uint32_t time, uint32_t units) argument
H A Dchud_xnu.h189 extern kern_return_t chudxnu_cpu_timer_callback_enter(chudxnu_cpu_timer_callback_func_t func, uint32_t time, uint32_t units); // callback is entered on current cpu
244 extern kern_return_t chudxnu_timer_callback_enter(chud_timer_t timer, thread_call_param_t param1, uint32_t time, uint32_t units);
/macosx-10.10/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c160 uint32_t time,
174 clock_interval_to_deadline(time, units, &(chud_proc_info->t_deadline));
351 if ((*myast & AST_CHUD) && (reasons & AST_CHUD)) { // Only execute non-urgent callbacks if reasons actually specifies AST_CHUD. This implies non-urgent callbacks since the only time this'll happen is if someone either calls ast_taken with AST_CHUD explicitly (not done at time of writing, but possible) or with AST_ALL, which of course includes AST_CHUD.
158 chudxnu_cpu_timer_callback_enter( chudxnu_cpu_timer_callback_func_t func, uint32_t time, uint32_t units) argument
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c2402 clock_interval_to_absolutetime_interval(vc_progress->time, 1000 * 1000, &abstime);
H A Dvideo_console.h79 unsigned int time; member in struct:vc_progress_element
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp60 #include <sys/time.h>
197 // not idle around autowake time, secs
518 AbsoluteTime startTime; // time when work started
1047 // IOBacklightDisplay can take a long time to load at boot, or it may
1839 // The time between the sleep idle timeout and the next longest one has elapsed.
1840 // It's time to sleep. Start that by removing the clamp that's holding us awake.
1854 AbsoluteTime time; local
1861 clock_get_uptime(&time);
1862 if ((AbsoluteTime_to_scalar(&time) > autoWakeStart) &&
1863 (AbsoluteTime_to_scalar(&time) < autoWakeEn
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h78 #include <sys/time.h>
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cluster.c71 #include <sys/time.h>
1115 * and the file was being written for the first time
4229 * request and a 2nd time for the page we read into the cache
H A Dvfs_subr.c85 #include <sys/time.h>
316 * vnodetarget hasn't been used in a long time, but
1710 * once we stop pushing, we'll let some time elapse before we start
4361 * Please do not use on more than one vnode at a time as it may
4429 * to constantly remove and add to the list each time a vnode w/o a usecount is
6104 * XXX values coherent over time. The problem is that the local
7630 * Note that we are only called to authorize user-requested time changes;
7631 * side-effect time changes are not authorized. Authorisation is only
7634 * Non-owners are not permitted to change the time on an existing
7635 * file to anything other than the current time
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6_pcb.c103 #include <sys/time.h>
1038 * (by a redirect), time to try a default gateway again.
1069 * the next time output is attempted.
1084 * A new route can be allocated the next time
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_var.h70 #include <sys/time.h>
184 struct IF_DATA_TIMEVAL ifi_lastchange; /* time of last administrative change */
222 struct IF_DATA_TIMEVAL ifi_lastchange; /* time of last administrative change */
348 * if_data structure above. Note that during interface attach time, the
384 struct timeval ifi_lastchange; /* time of last administrative change */
399 u_int64_t start_ts; /* time at which a measurement started */
553 short if_timer; /* time 'til if_watchdog called */
963 * to avoid dereferencing delegated ifp each time.
980 * for performance to avoid dereferencing delegated ifp each time.
997 * for performance to avoid dereferencing delegated ifp each time
[all...]
H A Dbpf.c89 #include <sys/time.h>
609 * XXX - what if, by the time it gets entered,
2242 * time this code was written.
2307 * store buffer. Return 1 if it's time to wakeup a listener (buffer full),
H A Dbpf.h82 #include <sys/time.h>
217 struct BPF_TIMEVAL bh_tstamp; /* time stamp */
238 struct BPF_TIMEVAL bh_tstamp; /* time stamp */
H A Dif_bridge.c115 #include <sys/time.h>
332 unsigned long brt_expire; /* expiration time */
3397 * The actual call may be scheduled to run at a given time or ASAP.
4664 * initialize the expiration time and Ethernet
5213 * Set the expiry time for all routes on an interface.
5235 /* Cap the expiry time to 'age' */
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_arp.c69 #include <sys/time.h>
329 /* Export ARP send expiration (calendar) time */
351 /* Export ARP send expiration (uptime) time */
400 /* Prime it up, if this is the first time */
555 * generated next time this entry is used.
1683 /* Update the expire time for the route and clear the reject flag */
H A Dip_icmp.c75 #include <sys/time.h>
934 uint64_t time = net_uptime(); local
953 secs = time - lticks[which];
967 lticks[which] = time;
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c46 #include <sys/time.h>
1001 * If time attributes are requested and we have cnode times
1176 /* Access times are lazily updated, get current time if needed */
1514 * If it is just an access time update request by itself
1659 * time but it doesn't know about HFS create times.
1660 * So we need to ensure that the creation time is
1661 * always at least as old as the modification time.
2423 * deleted a short time later anyway.
2518 * We don't want to set the modification time here since a
2521 * know to update the modification time
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c94 #include <sys/time.h>
957 /* set initial time; all other resource data is already zero'ed */
H A Dkern_time.c77 #include <sys/time.h>
109 * the time-of-day and per-process interval timers. Subroutines
164 /* Verify all parameters before changing time */
277 printf ("WARNING: preposterous time in Real Time Clock");
297 * profiling virtual time timers are kept internally in the
298 * way they are specified externally: in time until they expire.
300 * The real time interval timer expiration time (p_rtime)
301 * is kept as an absolute time rather than as a delta, so that
302 * it is easy to keep periodic real-time signal
[all...]

Completed in 298 milliseconds

1234567891011>>