| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | Chrono.h | 103 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-13-stable/contrib/llvm-project/libcxx/include/ |
| HD | chrono | 25 template <class ToDuration, class Rep, class Period> 28 duration_cast(const duration<Rep, Period>& fd); 46 template <class Rep, class Period = ratio<1>> 50 …static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::rat… 51 static_assert(Period::num > 0, "duration period must be positive"); 164 template <class Rep1, class Period, class Rep2> 166 duration<typename common_type<Rep1, Rep2>::type, Period> 167 operator*(const duration<Rep1, Period>& d, const Rep2& s); 168 template <class Rep1, class Period, class Rep2> 170 duration<typename common_type<Rep1, Rep2>::type, Period> [all …]
|
| HD | condition_variable | 48 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
|
| HD | shared_mutex | 56 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);
|
| HD | mutex | 64 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);
|
| HD | thread | 80 template <class Rep, class Period> 81 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
|
| HD | semaphore | 33 template<class Rep, class Period> 34 bool try_acquire_for(const chrono::duration<Rep, Period>& rel_time);
|
| HD | future | 168 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-13-stable/contrib/ntp/ntpd/ |
| HD | ntp_timer.c | 247 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-13-stable/sys/contrib/device-tree/Bindings/ata/ |
| HD | ahci-ceva.txt | 12 CINMP : COMINIT Negate Minimum Period. 23 CWNMP: COMWAKE Negate Minimum Period.
|
| /freebsd-13-stable/crypto/heimdal/lib/roken/ |
| HD | fnmatch.hin | 55 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
|
| /freebsd-13-stable/sys/contrib/dev/acpica/include/ |
| HD | actbl3.h | 835 UINT16 Period; member
|
| /freebsd-13-stable/secure/caroot/trusted/ |
| HD | Entrust_Root_Certification_Authority.pem | 52 X509v3 Private Key Usage Period:
|
| /freebsd-13-stable/share/misc/ |
| HD | scsi_modes | 79 {Ready AEN Holdoff Period} i2 80 {Busy Timeout Period} i2
|
| HD | usb_hid_usages | 1050 0x51 Sample Period 1083 0x72 Period
|
| /freebsd-13-stable/sys/contrib/dev/acpica/common/ |
| HD | dmtbinfo3.c | 618 {ACPI_DMT_UINT16, ACPI_WDDT_OFFSET (Period), "Period", 0},
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | ModuleMap.cpp | 1465 Period, enumerator 1662 Tok.Kind = MMToken::Period; in consumeToken() 1822 if (!Tok.is(MMToken::Period)) in parseModuleId() 2628 if (Tok.is(MMToken::Period)) { in parseExportDecl() 3100 case MMToken::Period: in parseModuleMapFile()
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | X509V3_get_d2i.pod | 128 Private Key Usage Period NID_private_key_usage_period
|
| /freebsd-13-stable/usr.sbin/acpi/acpidump/ |
| HD | acpi.c | 967 wddt->MaxCount, wddt->MinCount, wddt->Period); in acpi_handle_wddt()
|
| /freebsd-13-stable/crypto/openssl/crypto/objects/ |
| HD | objects.txt | 783 id-ce 16 : privateKeyUsagePeriod : X509v3 Private Key Usage Period
|
| /freebsd-13-stable/sys/dev/aic7xxx/ |
| HD | aic79xx.reg | 2454 * Data Transfer Negotiation Data - Period Byte
|
| /freebsd-13-stable/contrib/tzdata/ |
| HD | asia | 786 # Year Period
|