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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DProcess.h51 /// spent in user (non-kernel) mode and \p sys_time to the amount of CPU
60 TimeValue& sys_time
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DProcess.inc111 TimeValue& sys_time)
121 sys_time = TimeValue(
129 sys_time.seconds(0);
130 sys_time.microseconds(0);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DProcess.inc85 TimeValue& elapsed, TimeValue& user_time, TimeValue& sys_time)
97 sys_time.seconds( KernelTime / 10000000 );
98 sys_time.nanoseconds( unsigned(KernelTime % 10000000) * 100 );
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Ds-mac.h297 #define time sys_time
/macosx-10.10/ntp-92/ntpd/
H A Dntp_timer.c73 l_fp sys_time; /* current system time */ variable
336 get_systime(&sys_time);
581 if (sys_tai != 0 && sys_time.l_ui > leap_expire)
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Ddarwin_usb.c1687 mach_timespec_t sys_time; local
1703 clock_get_time (clock_ref, &sys_time);
1705 tp->tv_sec = sys_time.tv_sec;
1706 tp->tv_nsec = sys_time.tv_nsec;
/macosx-10.10/emacs-93/emacs/src/
H A Dmac.c2689 time_t sys_time (time_t *);
2698 systime = sys_time (NULL);
2787 sys_time (time_t *timer)
2783 sys_time (time_t *timer) function

Completed in 244 milliseconds