Searched refs:Timeval (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm463 structs are nested. Here, C<Timeval> represents a time (seconds and
465 type C<Timeval>.
470 ru_utime => 'Timeval', # user time used
471 ru_stime => 'Timeval', # system time used
474 struct( Timeval => [
480 my $t = Rusage->new(ru_utime=>Timeval->new(), ru_stime=>Timeval->new());
482 # $t->ru_utime and $t->ru_stime are objects of type Timeval.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h161 * The type "Timeval" should be used to refer to "struct timeval".
165 #define Timeval struct timeval /* Structure used by gettimeofday() */ macro

Completed in 38 milliseconds