HomeSort by: relevance | last modified time | path
    Searched defs:sleep_for (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
this_thread_sleep.h 1 // std::this_thread::sleep_for/until declarations -*- C++ -*-
65 /// this_thread::sleep_for
68 sleep_for(const chrono::duration<_Rep, _Period>& __rtime) function in namespace:this_thread
99 sleep_for(__atime - __now);
104 sleep_for(__atime - __now);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
this_thread_sleep.h 1 // std::this_thread::sleep_for/until declarations -*- C++ -*-
65 /// this_thread::sleep_for
68 sleep_for(const chrono::duration<_Rep, _Period>& __rtime) function in namespace:this_thread
99 sleep_for(__atime - __now);
104 sleep_for(__atime - __now);
  /src/external/apache2/llvm/dist/libcxx/src/
thread.cpp 104 sleep_for(const chrono::nanoseconds& ns) function in namespace:this_thread

Completed in 29 milliseconds