OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:monotonic
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/doth/
tests_gnutls.py
76
deadline = time.
monotonic
() + 10
80
if not selector.select(timeout=deadline - time.
monotonic
()):
/src/external/mpl/bind/dist/bin/tests/system/pipelined/ans5/
ans.py
87
curr_timeout = self.queue[0][0] - time.
monotonic
()
100
self.queue.append((time.
monotonic
() + DELAY, data))
107
while self.queue[0][0] - time.
monotonic
() < 0:
136
curr_timeout = self.queue[0][0] - time.
monotonic
()
147
self.queue.append((time.
monotonic
() + DELAY, data))
163
while self.queue and self.queue[0][0] - time.
monotonic
() < 0:
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
pstl_config.h
122
# define _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC(PRM) _PSTL_PRAGMA(omp ordered simd
monotonic
(PRM))
123
# define _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(PRM1, PRM2) _PSTL_PRAGMA(omp ordered simd
monotonic
(PRM1, PRM2))
/src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
pstl_config.h
142
# define _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC(PRM) _PSTL_PRAGMA(omp ordered simd
monotonic
(PRM))
143
# define _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(PRM1, PRM2) _PSTL_PRAGMA(omp ordered simd
monotonic
(PRM1, PRM2))
/src/external/mpl/bind/dist/bin/tests/system/tcp/ans6/
ans.py
74
start = time.
monotonic
()
76
now = time.
monotonic
()
/src/external/mpl/bind/dist/bin/tests/system/isctest/log/
watchlog.py
77
self._deadline = time.
monotonic
() + self._timeout
99
while time.
monotonic
() < self._deadline:
/src/external/mpl/bind/dist/bin/tests/system/isctest/
run.py
143
start_time = time.
monotonic
()
145
while time.
monotonic
() < start_time + timeout:
/src/external/gpl3/gcc.old/dist/libgomp/
env.c
114
int
monotonic
= 0;
local
122
if (strncasecmp (env, "
monotonic
", 9) == 0)
124
monotonic
= 1;
129
monotonic
= -1;
132
if (
monotonic
)
165
if (
monotonic
== 1
166
|| (
monotonic
== 0 && gomp_global_icv.run_sched_var == GFS_STATIC))
1276
fputs ("
MONOTONIC
:", stderr);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
time.d
6
timestamp of the system's
monotonic
clock).
23
$(TR $(TDNW $(LREF MonoTime)) $(TD Represents a
monotonic
timestamp in
127
In the case of the
monotonic
time, $(LREF MonoTimeImpl) is templatized on
129
argument, since in the case of the
monotonic
time, the type of the clock
191
$(D CLOCK_MONOTONIC_PRECISE) for the
monotonic
time and
438
assert(0, "What are the
monotonic
clock types supported by this system?");
2024
Represents a timestamp of the system's
monotonic
clock.
2026
A
monotonic
clock is one which always goes forward and never moves
2033
that specified by the programmer. However, because the
monotonic
clock
2042
The
monotonic
clock has no relation to wall clock time. Rather, it hold
[
all
...]
/src/external/gpl3/gcc/dist/libgomp/
env.c
148
int
monotonic
= 0;
local
155
if (strncasecmp (val, "
monotonic
", 9) == 0)
157
monotonic
= 1;
162
monotonic
= -1;
165
if (
monotonic
)
198
if (
monotonic
== 1
199
|| (
monotonic
== 0 && *schedule == GFS_STATIC))
1474
fputs ("
MONOTONIC
:", stderr);
/src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
llvm.vim
116
\
monotonic
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp
551
KEYWORD(
monotonic
);
/src/sys/arch/m68k/060sp/dist/
fplsp.s
4924
# rounded to double precision. The result is provably
monotonic
#
5629
# rounded to double precision. The result is provably
monotonic
#
6059
# rounded to double precision. The result is provably
monotonic
#
6509
# rounded to double precision. The result is provably
monotonic
#
6610
# rounded to double precision. The result is provably
monotonic
#
6706
# rounded to double precision. The result is provably
monotonic
#
7587
# rounded to double precision. The result is provably
monotonic
#
7701
# rounded to double precision. The result is provably
monotonic
#
7819
# rounded to double precision. The result is provably
monotonic
#
7985
# rounded to double precision. The result is provably
monotonic
#
[
all
...]
fpsp.s
5030
# rounded to double precision. The result is provably
monotonic
#
5735
# rounded to double precision. The result is provably
monotonic
#
6165
# rounded to double precision. The result is provably
monotonic
#
6615
# rounded to double precision. The result is provably
monotonic
#
6716
# rounded to double precision. The result is provably
monotonic
#
6812
# rounded to double precision. The result is provably
monotonic
#
7693
# rounded to double precision. The result is provably
monotonic
#
7807
# rounded to double precision. The result is provably
monotonic
#
7925
# rounded to double precision. The result is provably
monotonic
#
8091
# rounded to double precision. The result is provably
monotonic
#
[
all
...]
Completed in 77 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026