OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chrono
(Results
301 - 325
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.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
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/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);
/external/libcxx/test/libcxx/experimental/utilities/time/
version.pass.cpp
10
// <experimental/
chrono
>
12
#include <experimental/
chrono
>
/external/libcxx/test/std/utilities/time/time.duration/time.duration.literals/
literals1.fail.cpp
10
#include <
chrono
>
16
std::
chrono
::hours h = 4h; // should fail w/conversion operator not found
literals2.fail.cpp
10
#include <
chrono
>
16
using std::
chrono
::hours;
/external/libcxx/test/std/utilities/time/
version.pass.cpp
10
// <
chrono
>
12
#include <
chrono
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.literals/
literals1.fail.cpp
10
#include <
chrono
>
16
std::
chrono
::hours h = 4h; // should fail w/conversion operator not found
literals2.fail.cpp
10
#include <
chrono
>
16
using std::
chrono
::hours;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
version.pass.cpp
10
// <
chrono
>
12
#include <
chrono
>
/system/core/libmemunreachable/
Semaphore.h
20
#include <
chrono
>
30
void Wait(std::
chrono
::milliseconds ms) {
/external/libcxx/test/std/thread/futures/futures.shared_future/
wait.pass.cpp
23
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
31
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
38
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
44
typedef std::
chrono
::high_resolution_clock Clock;
45
typedef std::
chrono
::duration<double, std::milli> ms;
/external/libcxx/test/std/thread/futures/futures.unique_future/
wait.pass.cpp
23
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
31
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
38
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
44
typedef std::
chrono
::high_resolution_clock Clock;
45
typedef std::
chrono
::duration<double, std::milli> ms;
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp
19
// const
chrono
::time_point<Clock, Duration>& abs_time);
24
#include <
chrono
>
29
typedef std::
chrono
::milliseconds duration;
32
typedef std::
chrono
::time_point<Clock> time_point;
37
using namespace std::
chrono
;
wait_until_pred.pass.cpp
19
// const
chrono
::time_point<Clock, Duration>& abs_time,
25
#include <
chrono
>
30
typedef std::
chrono
::milliseconds duration;
33
typedef std::
chrono
::time_point<Clock> time_point;
38
using namespace std::
chrono
;
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp
18
// wait_until(Lock& lock, const
chrono
::time_point<Clock, Duration>& abs_time);
23
#include <
chrono
>
28
typedef std::
chrono
::milliseconds duration;
31
typedef std::
chrono
::time_point<Clock> time_point;
36
using namespace std::
chrono
;
wait_until_pred.pass.cpp
19
// const
chrono
::time_point<Clock, Duration>& abs_time,
25
#include <
chrono
>
30
typedef std::
chrono
::milliseconds duration;
33
typedef std::
chrono
::time_point<Clock> time_point;
38
using namespace std::
chrono
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
wait.pass.cpp
21
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
29
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
36
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
42
typedef std::
chrono
::high_resolution_clock Clock;
43
typedef std::
chrono
::duration<double, std::milli> ms;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait.pass.cpp
21
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
29
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
36
std::this_thread::sleep_for(std::
chrono
::milliseconds(500));
42
typedef std::
chrono
::high_resolution_clock Clock;
43
typedef std::
chrono
::duration<double, std::milli> ms;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp
17
// const
chrono
::time_point<Clock, Duration>& abs_time);
22
#include <
chrono
>
27
typedef std::
chrono
::milliseconds duration;
30
typedef std::
chrono
::time_point<Clock> time_point;
35
using namespace std::
chrono
;
wait_until_pred.pass.cpp
17
// const
chrono
::time_point<Clock, Duration>& abs_time,
23
#include <
chrono
>
28
typedef std::
chrono
::milliseconds duration;
31
typedef std::
chrono
::time_point<Clock> time_point;
36
using namespace std::
chrono
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp
16
// wait_until(Lock& lock, const
chrono
::time_point<Clock, Duration>& abs_time);
21
#include <
chrono
>
26
typedef std::
chrono
::milliseconds duration;
29
typedef std::
chrono
::time_point<Clock> time_point;
34
using namespace std::
chrono
;
wait_until_pred.pass.cpp
17
// const
chrono
::time_point<Clock, Duration>& abs_time,
23
#include <
chrono
>
28
typedef std::
chrono
::milliseconds duration;
31
typedef std::
chrono
::time_point<Clock> time_point;
36
using namespace std::
chrono
;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
shared_mutex
63
try_lock_for(const
chrono
::duration<_Rep, _Period>& __rtime)
68
try_lock_until(const
chrono
::time_point<_Clock, _Duration>& __atime)
125
try_lock_for(const
chrono
::duration<_Rep, _Period>& __rel_time)
138
try_lock_until(const
chrono
::time_point<_Clock, _Duration>& __abs_time)
195
try_lock_shared_for(const
chrono
::duration<_Rep, _Period>& __rel_time)
215
try_lock_shared_until(const
chrono
::time_point<_Clock,
282
const
chrono
::time_point<_Clock, _Duration>& __abs_time)
287
const
chrono
::duration<_Rep, _Period>& __rel_time)
326
try_lock_for(const
chrono
::duration<_Rep, _Period>& __rel_time)
334
try_lock_until(const
chrono
::time_point<_Clock, _Duration>& __abs_time
[
all
...]
mutex
39
#include <
chrono
>
207
typedef
chrono
::high_resolution_clock __clock_t;
211
_M_try_lock_for(const
chrono
::duration<_Rep, _Period>& __rtime)
213
using
chrono
::steady_clock;
214
auto __rt =
chrono
::duration_cast<steady_clock::duration>(__rtime);
222
_M_try_lock_until(const
chrono
::time_point<__clock_t,
225
auto __s =
chrono
::time_point_cast<
chrono
::seconds>(__atime);
226
auto __ns =
chrono
::duration_cast<
chrono
::nanoseconds>(__atime - __s)
[
all
...]
/external/libcxx/include/
mutex
66
bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
68
bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
84
bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
86
bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
123
unique_lock(mutex_type& m, const
chrono
::time_point<Clock, Duration>& abs_time);
125
unique_lock(mutex_type& m, const
chrono
::duration<Rep, Period>& rel_time);
138
bool try_lock_for(const
chrono
::duration<Rep, Period>& rel_time);
140
bool try_lock_until(const
chrono
::time_point<Clock, Duration>& abs_time);
234
bool try_lock_for(const
chrono
::duration<_Rep, _Period>& __d)
235
{return try_lock_until(
chrono
::steady_clock::now() + __d);
[
all
...]
Completed in 626 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>