Searched defs:TimeVal (Results 1 – 6 of 6) sorted by relevance
460 pub struct TimeVal(timeval); struct472 impl AsRef<timeval> for TimeVal { implementation478 impl AsMut<timeval> for TimeVal { implementation484 impl Ord for TimeVal { implementation496 impl PartialOrd for TimeVal { implementation502 impl TimeValLike for TimeVal { implementation504 fn seconds(seconds: i64) -> TimeVal { in seconds() method518 fn milliseconds(milliseconds: i64) -> TimeVal { in milliseconds() method528 fn microseconds(microseconds: i64) -> TimeVal { in microseconds() method545 fn nanoseconds(nanoseconds: i64) -> TimeVal { in nanoseconds() method[all …]
336 atime: &TimeVal, in utimes()337 mtime: &TimeVal, in utimes()366 atime: &TimeVal, in lutimes()367 mtime: &TimeVal, in lutimes()
287 pub fn user_time(&self) -> TimeVal { in user_time()292 pub fn system_time(&self) -> TimeVal { in system_time()
202 T: Into<Option<&'a mut TimeVal>>, in select()
34 public class TimeVal extends Number implements Comparable<Long> { class48 public TimeVal(Long value) { in TimeVal() method in TimeVal57 public TimeVal(String value) throws NumberFormatException { in TimeVal() method in TimeVal
FileMd5$FileChecksum$1.class FileMd5.java package FileMd5$FileChecksum$1 extends com. ...