OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chrono
(Results
276 - 300
of
542
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock_until.pass.cpp
17
// bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
29
bool try_lock_shared_until(const std::
chrono
::time_point<Clock, Duration>& abs_time)
31
typedef std::
chrono
::milliseconds ms;
46
typedef std::
chrono
::steady_clock Clock;
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp
17
// unique_lock(mutex_type& m, const
chrono
::duration<Rep, Period>& rel_time);
26
typedef std::
chrono
::steady_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
mutex_time_point.pass.cpp
17
// unique_lock(mutex_type& m, const
chrono
::time_point<Clock, Duration>& abs_time);
26
typedef std::
chrono
::steady_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_until.pass.cpp
17
// bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
27
bool try_lock_until(const std::
chrono
::time_point<Clock, Duration>& abs_time)
29
typedef std::
chrono
::milliseconds ms;
41
typedef std::
chrono
::steady_clock Clock;
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_for.pass.cpp
18
// bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
27
typedef std::
chrono
::steady_clock Clock;
30
typedef std::
chrono
::milliseconds ms;
31
typedef std::
chrono
::nanoseconds ns;
try_lock_until.pass.cpp
18
// bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
29
typedef std::
chrono
::steady_clock Clock;
32
typedef std::
chrono
::milliseconds ms;
33
typedef std::
chrono
::nanoseconds ns;
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_for.pass.cpp
17
// bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
26
typedef std::
chrono
::steady_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
try_lock_until.pass.cpp
17
// bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
26
typedef std::
chrono
::steady_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_for.pass.cpp
17
// bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
26
typedef std::
chrono
::steady_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
try_lock_until.pass.cpp
17
// bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
26
typedef std::
chrono
::steady_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
/external/libcxx/test/std/utilities/time/time.clock/time.clock.system/
consistency.pass.cpp
15
// <
chrono
>
21
#include <
chrono
>
28
typedef std::
chrono
::system_clock C;
34
test(std::
chrono
::system_clock::is_steady);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
condition_variable.cpp
49
chrono
::time_point<
chrono
::system_clock,
chrono
::nanoseconds> tp) _NOEXCEPT
51
using namespace
chrono
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_for.pass.cpp
17
// const
chrono
::duration<Rep, Period>& rel_time);
22
#include <
chrono
>
35
typedef std::
chrono
::system_clock Clock;
36
typedef std::
chrono
::milliseconds milliseconds;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_for.pass.cpp
16
// wait_for(Lock& lock, const
chrono
::duration<Rep, Period>& rel_time);
21
#include <
chrono
>
38
typedef std::
chrono
::system_clock Clock;
39
typedef std::
chrono
::milliseconds milliseconds;
wait_for_pred.pass.cpp
16
// wait_for(Lock& lock, const
chrono
::duration<Rep, Period>& rel_time,
22
#include <
chrono
>
48
typedef std::
chrono
::system_clock Clock;
49
typedef std::
chrono
::milliseconds milliseconds;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock_until.pass.cpp
15
// bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
27
bool try_lock_shared_until(const std::
chrono
::time_point<Clock, Duration>& abs_time)
29
typedef std::
chrono
::milliseconds ms;
44
typedef std::
chrono
::steady_clock Clock;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp
15
// unique_lock(mutex_type& m, const
chrono
::duration<Rep, Period>& rel_time);
24
typedef std::
chrono
::steady_clock Clock;
27
typedef std::
chrono
::milliseconds ms;
28
typedef std::
chrono
::nanoseconds ns;
mutex_time_point.pass.cpp
15
// unique_lock(mutex_type& m, const
chrono
::time_point<Clock, Duration>& abs_time);
24
typedef std::
chrono
::steady_clock Clock;
27
typedef std::
chrono
::milliseconds ms;
28
typedef std::
chrono
::nanoseconds ns;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock_until.pass.cpp
15
// bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
25
bool try_lock_until(const std::
chrono
::time_point<Clock, Duration>& abs_time)
27
typedef std::
chrono
::milliseconds ms;
39
typedef std::
chrono
::steady_clock Clock;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_for.pass.cpp
15
// bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
26
typedef std::
chrono
::steady_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
try_lock_shared_for.pass.cpp
15
// bool try_lock_shared_for(const
chrono
::duration<Rep, Period>& rel_time);
27
typedef std::
chrono
::steady_clock Clock;
30
typedef std::
chrono
::milliseconds ms;
31
typedef std::
chrono
::nanoseconds ns;
try_lock_until.pass.cpp
15
// bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
26
typedef std::
chrono
::steady_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_for.pass.cpp
15
// bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
24
typedef std::
chrono
::steady_clock Clock;
27
typedef std::
chrono
::milliseconds ms;
28
typedef std::
chrono
::nanoseconds ns;
try_lock_until.pass.cpp
15
// bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
24
typedef std::
chrono
::steady_clock Clock;
27
typedef std::
chrono
::milliseconds ms;
28
typedef std::
chrono
::nanoseconds ns;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_for.pass.cpp
15
// bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
24
typedef std::
chrono
::steady_clock Clock;
27
typedef std::
chrono
::milliseconds ms;
28
typedef std::
chrono
::nanoseconds ns;
Completed in 188 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>