Home
last modified time | relevance | path

Searched defs:is_monotonic (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_monotonic_env.c48 int is_monotonic(const char *str) { return !strcmp(str, "monotonic"); } in is_monotonic() function
/external/pigweed/pw_chrono/public/pw_chrono/
Dsystem_clock.h87 static constexpr bool is_monotonic = true; member