HomeSort by relevance Sort by last modified time
    Searched refs:microseconds (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
toffset.c 39 krb5_set_real_time(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds)
49 os_ctx->usec_offset = microseconds - usec;
57 * the seconds and microseconds value as input to this function. This
61 krb5_set_debugging_time(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds)
66 os_ctx->usec_offset = microseconds;
90 krb5_get_time_offsets(krb5_context context, krb5_timestamp *seconds, krb5_int32 *microseconds)
96 if (microseconds)
97 *microseconds = os_ctx->usec_offset;
106 krb5_set_time_offsets(krb5_context context, krb5_timestamp seconds, krb5_int32 microseconds)
111 os_ctx->usec_offset = microseconds;
    [all...]
c_ustime.c 92 krb5_crypto_us_timeofday(krb5_int32 *seconds, krb5_int32 *microseconds)
105 microseconds are moving backwards, we probably just got a third
128 *microseconds = now.usec;
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
ustime.c 37 krb5_us_timeofday(krb5_context context, krb5_timestamp *seconds, krb5_int32 *microseconds)
45 *microseconds = os_ctx->usec_offset;
64 *microseconds = usec;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
HiRes.pm 59 usleep ($microseconds);
61 ualarm ($microseconds);
62 ualarm ($microseconds, $interval_microseconds);
65 ($seconds, $microseconds) = gettimeofday;
67 $elapsed = tv_interval ( $t0, [$seconds, $microseconds]);
124 microseconds since the epoch. In scalar context returns floating
129 Sleeps for the number of microseconds specified. Returns the number
130 of microseconds actually slept. Can sleep for more than one second,
163 as promised (microseconds). Not to worry, the microseconds are ther
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/hxge/
hxge_common_impl.h 136 #define HXGE_DELAY(microseconds) (drv_usecwait(microseconds))
  /onnv/onnv-gate/usr/src/uts/common/sys/nxge/
nxge_common_impl.h 185 #define NXGE_DELAY(microseconds) (drv_usecwait(microseconds))
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
literals.h 83 L_DECL(microseconds); variable
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
Benchmark.pm 287 wallclock time to be measured in microseconds, instead of integer
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
Struct.pm 464 microseconds), and C<Rusage> has two elements, each of which is of
476 tv_usecs => '$', # microseconds

Completed in 360 milliseconds