Home
last modified time | relevance | path

Searched refs:Period (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h103 template <typename Period> struct unit { static const char value[]; };
104 template <typename Period> const char unit<Period>::value[] = "";
138 template <typename Rep, typename Period>
139 struct format_provider<std::chrono::duration<Rep, Period>> {
141 typedef std::chrono::duration<Rep, Period> Dur;
166 return {D.count(), detail::unit<Period>::value};
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dchrono25 template <class ToDuration, class Rep, class Period>
28 duration_cast(const duration<Rep, Period>& fd);
46 template <class Rep, class Period = ratio<1>>
164 template <class Rep1, class Period, class Rep2>
168 template <class Rep1, class Period, class Rep2>
172 template <class Rep1, class Period, class Rep2>
220 const duration<Rep, Period>& d);
271 template <class Rep, class Period>
272 constexpr duration<Rep, Period> abs(duration<Rep, Period> d); // C++17
737 template<class Rep, class Period, class charT>
[all …]
H A Dcondition_variable48 template <class Rep, class Period>
51 const chrono::duration<Rep, Period>& rel_time);
53 template <class Rep, class Period, class Predicate>
56 const chrono::duration<Rep, Period>& rel_time,
93 template <class Lock, class Rep, class Period>
96 const chrono::duration<Rep, Period>& rel_time);
98 template <class Lock, class Rep, class Period, class Predicate>
101 const chrono::duration<Rep, Period>& rel_time,
112 template <class Lock, class Rep, class Period, class Predicate>
114 … const chrono::duration<Rep, Period>& rel_time, Predicate pred); // since C++20
H A Dshared_mutex56 template <class Rep, class Period>
57 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
65 template <class Rep, class Period>
67 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time);
89 template <class Rep, class Period>
91 const chrono::duration<Rep, Period>& rel_time);
102 template <class Rep, class Period>
103 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
H A Dmutex64 template <class Rep, class Period>
65 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
82 template <class Rep, class Period>
83 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
138 template <class Rep, class Period>
139 unique_lock(mutex_type& m, const chrono::duration<Rep, Period>& rel_time);
151 template <class Rep, class Period>
152 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
H A Dthread80 template <class Rep, class Period>
81 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
H A Dsemaphore33 template<class Rep, class Period>
34 bool try_acquire_for(const chrono::duration<Rep, Period>& rel_time);
H A Dfuture168 template <class Rep, class Period>
170 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
195 template <class Rep, class Period>
197 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
222 template <class Rep, class Period>
224 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
249 template <class Rep, class Period>
251 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
276 template <class Rep, class Period>
278 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
[all …]
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_timer.c247 DWORD Period; in init_timer() local
251 Period = (1 << EVENT_TIMEOUT) * 1000; in init_timer()
252 DueTime.QuadPart = Period * 10000ll; in init_timer()
254 Period, NULL, NULL, FALSE); in init_timer()
/freebsd-14.2/sys/contrib/device-tree/Bindings/ata/
H A Dceva,ahci-1v84.yaml47 - description: CINMP - COMINIT Negate Minimum Period.
62 - description: CWNMP - COMWAKE Negate Minimum Period.
93 - description: CINMP - COMINIT Negate Minimum Period.
108 - description: CWNMP - COMWAKE Negate Minimum Period.
H A Dahci-ceva.txt12 CINMP : COMINIT Negate Minimum Period.
23 CWNMP: COMWAKE Negate Minimum Period.
/freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/
H A Dsnps,dw-wdt.yaml62 DW APB Watchdog custom timer intervals - Timeout Period ranges (TOPs).
/freebsd-14.2/crypto/heimdal/lib/roken/
H A Dfnmatch.hin55 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
/freebsd-14.2/secure/caroot/trusted/
H A DEntrust_Root_Certification_Authority.pem52 X509v3 Private Key Usage Period:
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactbl3.h893 UINT16 Period; member
/freebsd-14.2/share/misc/
H A Dscsi_modes79 {Ready AEN Holdoff Period} i2
80 {Busy Timeout Period} i2
H A Dusb_hid_usages1050 0x51 Sample Period
1083 0x72 Period
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1460 Period, enumerator
1658 Tok.Kind = MMToken::Period; in consumeToken()
1818 if (!Tok.is(MMToken::Period)) in parseModuleId()
2621 if (Tok.is(MMToken::Period)) { in parseExportDecl()
3093 case MMToken::Period: in parseModuleMapFile()
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c736 {ACPI_DMT_UINT16, ACPI_WDDT_OFFSET (Period), "Period", 0},
/freebsd-14.2/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod134 Private Key Usage Period NID_private_key_usage_period
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Didle-states.yaml84 EXIT: Period during which the CPU is brought back to operational
/freebsd-14.2/sys/contrib/device-tree/Bindings/cpu/
H A Didle-states.yaml104 EXIT: Period during which the CPU is brought back to operational
/freebsd-14.2/usr.sbin/acpi/acpidump/
H A Dacpi.c984 wddt->MaxCount, wddt->MinCount, wddt->Period); in acpi_handle_wddt()
/freebsd-14.2/crypto/openssl/crypto/objects/
H A Dobjects.txt818 id-ce 16 : privateKeyUsagePeriod : X509v3 Private Key Usage Period
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic79xx.reg2454 * Data Transfer Negotiation Data - Period Byte

12