HomeSort by: relevance | last modified time | path
    Searched refs:seconds (Results 1 - 25 of 354) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gdb-sigterm.c 25 unsigned int seconds = TIMEOUT + 20; local
27 alarm (seconds);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gdb-sigterm.c 25 unsigned int seconds = TIMEOUT + 20; local
27 alarm (seconds);
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Watchdog.inc 21 Watchdog::Watchdog(unsigned int seconds) {
23 alarm(seconds);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
sleep.c 40 /* SUBROUTINE SLEEP(SECONDS)
41 INTEGER, INTENT(IN) :: SECONDS
43 A choice had to be made if SECONDS is negative. For g77, this is
51 sleep_i4_sub (GFC_INTEGER_4 *seconds)
53 sleep (*seconds < 0 ? 0 : (unsigned int) *seconds);
61 sleep_i8_sub (GFC_INTEGER_8 *seconds)
63 sleep (*seconds < 0 ? 0 : (unsigned int) *seconds);
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
sleep.c 39 /* SUBROUTINE SLEEP(SECONDS)
40 INTEGER, INTENT(IN) :: SECONDS
42 A choice had to be made if SECONDS is negative. For g77, this is
50 sleep_i4_sub (GFC_INTEGER_4 *seconds)
52 sleep (*seconds < 0 ? 0 : (unsigned int) *seconds);
60 sleep_i8_sub (GFC_INTEGER_8 *seconds)
62 sleep (*seconds < 0 ? 0 : (unsigned int) *seconds);
  /src/sys/arch/zaurus/stand/zboot/
getsecs.c 44 sleep(int seconds)
49 while (getsecs() - start < seconds)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_nolibc.cc 28 void SleepForSeconds(int seconds) { internal_sleep(seconds); }
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Watchdog.inc 20 Watchdog::Watchdog(unsigned int seconds) {}
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
common-states.h 13 static inline void complete_sleep(unsigned int seconds)
15 while (seconds != 0) {
16 seconds = sleep(seconds);
  /src/external/cddl/dtracetoolkit/dist/Bin/
cpuwalk.d 13 * cpuwalk.d 10 # sample for 10 seconds
49 seconds = 0;
60 seconds++;
64 /seconds == $1/
  /src/external/cddl/dtracetoolkit/dist/Cpu/
cpuwalk.d 13 * cpuwalk.d 10 # sample for 10 seconds
49 seconds = 0;
60 seconds++;
64 /seconds == $1/
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
time.c 90 unsigned int seconds, unsigned int nanoseconds)
95 i->seconds = seconds;
104 if (i->seconds == 0 && i->nanoseconds == 0)
119 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) {
123 t->seconds = seconds;
131 t->seconds = 0;
140 if (t->seconds == 0 && t->nanoseconds == 0)
177 * Ensure the tv_sec value fits in t->seconds
339 time_t seconds; local
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
sleep.cc 31 void SleepForSeconds(double seconds) {
32 SleepForMilliseconds(static_cast<int>(kNumMillisPerSecond * seconds));
47 void SleepForSeconds(double seconds) {
48 SleepForMicroseconds(static_cast<int>(seconds * kNumMicrosPerSecond));
sleep.h 12 void SleepForSeconds(double seconds);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
sleep.cc 31 void SleepForSeconds(double seconds) {
32 SleepForMilliseconds(static_cast<int>(kNumMillisPerSecond * seconds));
47 void SleepForSeconds(double seconds) {
48 SleepForMicroseconds(static_cast<int>(seconds * kNumMicrosPerSecond));
sleep.h 12 void SleepForSeconds(double seconds);
  /src/lib/libc/gen/
sleep.c 46 sleep(unsigned int seconds)
50 rqt.tv_sec = seconds;
  /src/usr.bin/quota/
printquota.c 100 timeprt(char *buf, size_t len, time_t now, time_t seconds)
104 if (now > seconds)
107 seconds -= now;
109 minutes = (seconds + MINUTE / 2) / MINUTE;
110 hours = (seconds + HOUR / 2) / HOUR;
111 days = (seconds + DAY / 2) / DAY;
112 years = (seconds + YEAR / 2) / YEAR;
113 months = (seconds + MONTH / 2) / MONTH;
114 weeks = (seconds + WEEK / 2) / WEEK;
143 * either in seconds or in format xWyDzHtMu
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
sleep.c 43 sleep(unsigned int seconds)
45 if (SleepEx(1000 * (DWORD) seconds, FALSE) != 0)
  /src/external/bsd/ntp/dist/libparse/
gpstolfp.c 46 unsigned long seconds,
50 lfp->l_ui = (uint32_t)(weeks * SECSPERWEEK + days * SECSPERDAY + seconds + GPSORIGIN); /* convert to NTP time */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CachePruning.h 32 llvm::Optional<std::chrono::seconds> Interval = std::chrono::seconds(1200);
35 /// seconds, it is removed from the cache. A value of 0 disables the
37 std::chrono::seconds Expiration = std::chrono::hours(7 * 24); // 1w
66 /// which means a pruning interval of 30 seconds, expiration time of 24 hours
  /src/external/bsd/tcpdump/dist/
ntp.c 29 #define JAN_1970 INT64_T_CONSTANT(2208988800) /* 1970 - 1900 in seconds */
54 time_t seconds; local
58 seconds = (time_t)seconds_64bit;
59 if (seconds != seconds_64bit) {
68 "%Y-%m-%dT%H:%M:%SZ", gmtime(&seconds));
print-arista.c 89 arista_print_date_hms_time(netdissect_options *ndo, uint32_t seconds,
95 ts = seconds + (nanoseconds / 1000000000);
120 uint64_t seconds; local
142 seconds = GET_BE_U_4(bp);
144 arista_print_date_hms_time(ndo, seconds, nanoseconds);
148 seconds = GET_BE_U_2(bp);
150 seconds += nanoseconds / 1000000000;
152 ND_PRINT("%" PRIu64 ".%09u", seconds, nanoseconds);
  /src/external/ibm-public/postfix/dist/src/util/
killme_after.c 11 /* void killme_after(seconds)
12 /* unsigned int seconds;
48 void killme_after(unsigned int seconds)
68 alarm(seconds);
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
time.c 66 isc_interval_set(isc_interval_t *i, unsigned int seconds,
71 i->seconds = seconds;
80 if (i->seconds == 0 && i->nanoseconds == 0) {
97 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) {
101 t->seconds = seconds;
109 t->seconds = 0;
118 if (t->seconds == 0 && t->nanoseconds == 0) {
143 * Ensure the tv_sec value fits in t->seconds
313 time_t seconds; local
    [all...]

Completed in 160 milliseconds

1 2 3 4 5 6 7 8 91011>>