OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chrono
(Results
351 - 375
of
542
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
lock.pass.cpp
26
typedef std::
chrono
::system_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
try_lock_for.pass.cpp
15
// bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
24
typedef std::
chrono
::milliseconds ms;
29
bool try_lock_shared_for(const std::
chrono
::duration<Rep, Period>& rel_time)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_try_to_lock.pass.cpp
23
typedef std::
chrono
::system_clock Clock;
26
typedef std::
chrono
::milliseconds ms;
27
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/
lock.pass.cpp
23
typedef std::
chrono
::system_clock Clock;
26
typedef std::
chrono
::milliseconds ms;
27
typedef std::
chrono
::nanoseconds ns;
try_lock_for.pass.cpp
15
// bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
22
typedef std::
chrono
::milliseconds ms;
27
bool try_lock_for(const std::
chrono
::duration<Rep, Period>& rel_time)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock_shared.pass.cpp
26
typedef std::
chrono
::system_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
try_lock_shared.pass.cpp
26
typedef std::
chrono
::system_clock Clock;
29
typedef std::
chrono
::milliseconds ms;
30
typedef std::
chrono
::nanoseconds ns;
try_lock_shared_until.pass.cpp
15
// bool try_lock_shared_until(const
chrono
::time_point<Clock, Duration>& abs_time);
27
typedef std::
chrono
::steady_clock Clock;
30
typedef std::
chrono
::milliseconds ms;
31
typedef std::
chrono
::nanoseconds ns;
/system/core/libmemunreachable/
ScopedDisableMalloc.h
77
ScopedDisableMallocTimeout(std::
chrono
::milliseconds timeout = std::
chrono
::milliseconds(2000)) :
107
std::
chrono
::milliseconds timeout_;
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
wait_for_pred.pass.cpp
19
// const
chrono
::duration<Rep, Period>& rel_time,
25
#include <
chrono
>
47
typedef std::
chrono
::system_clock Clock;
48
typedef std::
chrono
::milliseconds milliseconds;
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_for_pred.pass.cpp
18
// wait_for(Lock& lock, const
chrono
::duration<Rep, Period>& rel_time,
24
#include <
chrono
>
50
typedef std::
chrono
::system_clock Clock;
51
typedef std::
chrono
::milliseconds milliseconds;
wait.exception.pass.cpp
15
#include <
chrono
>
47
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex_duration.pass.cpp
17
// shared_lock(mutex_type& m, const
chrono
::duration<Rep, Period>& rel_time);
29
typedef std::
chrono
::steady_clock Clock;
32
typedef std::
chrono
::milliseconds ms;
33
typedef std::
chrono
::nanoseconds ns;
mutex_time_point.pass.cpp
17
// shared_lock(mutex_type& m, 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.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_shared_for.pass.cpp
18
// bool try_lock_shared_for(const
chrono
::duration<Rep, Period>& rel_time);
28
typedef std::
chrono
::steady_clock Clock;
31
typedef std::
chrono
::milliseconds ms;
32
typedef std::
chrono
::nanoseconds ns;
try_lock_shared_until.pass.cpp
18
// bool try_lock_shared_until(const
chrono
::time_point<Clock, Duration>& abs_time);
28
typedef std::
chrono
::steady_clock Clock;
31
typedef std::
chrono
::milliseconds ms;
32
typedef std::
chrono
::nanoseconds ns;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_for_pred.pass.cpp
17
// const
chrono
::duration<Rep, Period>& rel_time,
23
#include <
chrono
>
45
typedef std::
chrono
::system_clock Clock;
46
typedef std::
chrono
::milliseconds milliseconds;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex_duration.pass.cpp
15
// shared_lock(mutex_type& m, 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;
mutex_time_point.pass.cpp
15
// shared_lock(mutex_type& m, const
chrono
::time_point<Clock, Duration>& abs_time);
27
typedef std::
chrono
::steady_clock Clock;
30
typedef std::
chrono
::milliseconds ms;
31
typedef std::
chrono
::nanoseconds ns;
/external/libcxx/include/
thread
77
void sleep_until(const
chrono
::time_point<Clock, Duration>& abs_time);
80
void sleep_for(const
chrono
::duration<Rep, Period>& rel_time);
96
#include <
chrono
>
412
_LIBCPP_FUNC_VIS void sleep_for(const
chrono
::nanoseconds& ns);
416
sleep_for(const
chrono
::duration<_Rep, _Period>& __d)
418
using namespace
chrono
;
437
sleep_until(const
chrono
::time_point<_Clock, _Duration>& __t)
439
using namespace
chrono
;
450
sleep_until(const
chrono
::time_point<
chrono
::steady_clock, _Duration>& __t
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
thread
77
void sleep_until(const
chrono
::time_point<Clock, Duration>& abs_time);
80
void sleep_for(const
chrono
::duration<Rep, Period>& rel_time);
96
#include <
chrono
>
409
_LIBCPP_FUNC_VIS void sleep_for(const
chrono
::nanoseconds& ns);
413
sleep_for(const
chrono
::duration<_Rep, _Period>& __d)
415
using namespace
chrono
;
434
sleep_until(const
chrono
::time_point<_Clock, _Duration>& __t)
436
using namespace
chrono
;
447
sleep_until(const
chrono
::time_point<
chrono
::steady_clock, _Duration>& __t
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
thread
77
void sleep_until(const
chrono
::time_point<Clock, Duration>& abs_time);
80
void sleep_for(const
chrono
::duration<Rep, Period>& rel_time);
96
#include <
chrono
>
409
_LIBCPP_FUNC_VIS void sleep_for(const
chrono
::nanoseconds& ns);
413
sleep_for(const
chrono
::duration<_Rep, _Period>& __d)
415
using namespace
chrono
;
434
sleep_until(const
chrono
::time_point<_Clock, _Duration>& __t)
436
using namespace
chrono
;
447
sleep_until(const
chrono
::time_point<
chrono
::steady_clock, _Duration>& __t
[
all
...]
/external/libcxx/test/std/utilities/time/time.duration/time.duration.literals/
literals1.pass.cpp
10
#include <
chrono
>
16
using namespace std::
chrono
;
/frameworks/native/cmds/dumpsys/
dumpsys.cpp
9
#include <
chrono
>
214
auto timeout = std::
chrono
::seconds(timeoutArg);
215
auto start = std::
chrono
::steady_clock::now();
228
auto now = std::
chrono
::steady_clock::now();
229
auto diff = std::
chrono
::duration_cast<std::
chrono
::milliseconds>(end - now);
275
std::
chrono
::duration<double> elapsed_seconds =
276
std::
chrono
::steady_clock::now() - start;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.literals/
literals1.pass.cpp
10
#include <
chrono
>
16
using namespace std::
chrono
;
Completed in 423 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>