Searched refs:ts_sec (Results 1 – 9 of 9) sorted by relevance
62 typedef decltype(ts.tv_sec) ts_sec; in __do_timed_wait() typedef63 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max(); in __do_timed_wait()66 ts.tv_sec = static_cast<ts_sec>(s.count()); in __do_timed_wait()
115 typedef decltype(ts.tv_sec) ts_sec; in sleep_for() typedef116 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max(); in sleep_for()119 ts.tv_sec = static_cast<ts_sec>(s.count()); in sleep_for()
86 int64_t ts_sec; member111 int64_t ts_sec; member
433 uint32_t ts_sec; // Timestamp seconds. in ReadPacket() local437 TRY_PCAP(Read(&ts_sec, false)); in ReadPacket()446 marker.time_offset_ms = CalcTimeDelta(ts_sec, ts_usec, stream_start_ms); in ReadPacket()513 uint32_t CalcTimeDelta(uint32_t ts_sec, uint32_t ts_usec, uint32_t start_ms) { in CalcTimeDelta() argument515 uint64_t t2_ms = ((static_cast<uint64_t>(ts_sec) * 1000000) + ts_usec + in CalcTimeDelta()
1193 uhdr->ts_sec = SWAPLL(uhdr->ts_sec); in swap_linux_usb_header()
531 uhdr->ts_sec = pkth.ts.tv_sec; in usb_read_linux()821 pkth.ts.tv_sec = info.hdr->ts_sec; in usb_read_linux_bin()902 pkth.ts.tv_sec = hdr->ts_sec; in usb_read_linux_mmap()
179 unsigned int ts_sec; member
90 long ts_sec; member
230 uint32_t ts_sec; member