Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DChrono.h77 template <typename Period> struct unit { static const char value[]; };
78 template <typename Period> const char unit<Period>::value[] = "";
112 template <typename Rep, typename Period>
113 struct format_provider<std::chrono::duration<Rep, Period>> {
115 typedef std::chrono::duration<Rep, Period> Dur;
140 return {D.count(), detail::unit<Period>::value};
/openbsd-src/gnu/llvm/libcxx/include/
H A Dsemaphore33 template<class Rep, class Period>
34 bool try_acquire_for(const chrono::duration<Rep, Period>& rel_time);
109 template <class Rep, class Period>
111 bool try_acquire_for(chrono::duration<Rep, Period> const& __rel_time)
113 if (__rel_time == chrono::duration<Rep, Period>::zero())
160 template<class Rep, class Period>
162 bool try_acquire_for(chrono::duration<Rep, Period> const& __rel_time)
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,
H A Dchrono23 template <class ToDuration, class Rep, class Period>
26 duration_cast(const duration<Rep, Period>& fd);
44 template <class Rep, class Period = ratio<1>>
48 …static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::rat…
49 static_assert(Period::num > 0, "duration period must be positive");
162 template <class Rep1, class Period, class Rep2>
164 duration<typename common_type<Rep1, Rep2>::type, Period>
165 operator*(const duration<Rep1, Period>& d, const Rep2& s);
166 template <class Rep1, class Period, class Rep2>
168 duration<typename common_type<Rep1, Rep2>::type, Period>
[all …]
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);
402 template <class Rep, class Period>
403 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 Dfuture167 template <class Rep, class Period>
169 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
194 template <class Rep, class Period>
196 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
221 template <class Rep, class Period>
223 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
248 template <class Rep, class Period>
250 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
275 template <class Rep, class Period>
277 wait_for(const chrono::duration<Rep, Period>& rel_time) const;
[all …]
H A Dthread77 template <class Rep, class Period>
78 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DFormatPaper.csv3 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::duration<Rep, Period>``",,Mark de W…
26 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::hh_mm_ss<duration<Rep, Period>>``",…
H A DCxx20Issues.csv239 "`3314 <https://wg21.link/LWG3314>`__","Is stream insertion behavior locale dependent when ``Period
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DFileTimeType.rst291 template <class Period>
292 timespec convert_to_timespec(duration<fs_time_rep, Period> dur) {
294 return {rep.tv_sec, rep.tv_nsec}; // Oops! Period may not be nanoseconds.
299 Duration dur({ts.tv_sec, ts.tv_nsec}); // Oops! Period may not be nanoseconds.
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp1421 Period, enumerator
1621 Tok.Kind = MMToken::Period; in consumeToken()
1781 if (!Tok.is(MMToken::Period)) in parseModuleId()
2561 if (Tok.is(MMToken::Period)) { in parseExportDecl()
3033 case MMToken::Period: in parseModuleMapFile()
/openbsd-src/share/misc/
H A Dscsi_modes51 {Ready AEN Holdoff Period} i2
H A Dusb_hid_usages1287 0x25 Retrigger Period
1321 0x51 Sample Period
1354 0x72 Period
1547 0x29 Electrical: Period
1841 0x508 Data Field: Period
1980 0x81E Sensor Event: Period Exceeded
2182 0xC000 Modifier: Period Max
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbad.def123 "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'")
138 LONG("Period at %0 not followed by valid keyword forming a valid binary operator; `.%A.' is not a v…
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.hpux435 not mix. Period. There is no different behaviour for HP C-ANSI-C or GNU
/openbsd-src/lib/libcrypto/objects/
H A Dobjects.txt762 id-ce 16 : privateKeyUsagePeriod : X509v3 Private Key Usage Period
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx.reg2457 * Data Transfer Negotiation Data - Period Byte
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DIndex.txt3739 Numbers Followed by Period 2488
4066 Period, Numbers Followed by 2488
/openbsd-src/lib/libcrypto/
H A Dcert.pem2974 X509v3 Private Key Usage Period:
/openbsd-src/share/zoneinfo/datfiles/
H A Dasia808 # Year Period
/openbsd-src/gnu/gcc/libcpp/po/
H A Drw.po16480 #~ msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `…
/openbsd-src/gnu/usr.bin/gcc/gcc/po/
H A Dtr.po19107 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FAL…
24010 #~ msgid "Period at %0 not followed by valid keyword forming a valid binary operator; `.%A.' is not…
H A Dgcc.pot19008 "Period at %0 not followed by digits for floating-point number or by `NOT.', "
H A Dbe.po18940 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FAL…

12