HomeSort by relevance Sort by last modified time
    Searched defs:sleep_for (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/Support/
ProgramTest.cpp 25 void sleep_for(unsigned int seconds) { function
30 void sleep_for(unsigned int seconds) { function
34 #error sleep_for is not implemented on your platform.
108 sleep_for(/*seconds*/ 1);
169 sleep_for(/*seconds*/ 10);
  /external/libcxx/src/
thread.cpp 105 sleep_for(const chrono::nanoseconds& ns) function in namespace:this_thread
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 107 sleep_for(const chrono::nanoseconds& ns) function in namespace:this_thread
130 #warning sleep_for not yet implemented
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 189 void sleep_for() { function in namespace:Unevaluated::PR14203

Completed in 586 milliseconds