Home
last modified time | relevance | path

Searched refs:timespec (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_threads.c68 extern "C" int __nanosleep(const struct timespec*, struct timespec*);
108 timespec __ts; in _S_nsec_sleep()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dyield_k.hpp115 struct timespec rqtp = { 0, 0 }; in yield()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dcondition_variable.cpp58 timespec ts; in __do_timed_wait()
Dchrono.cpp120 struct timespec tp; in now()
Dthread.cpp113 timespec ts; in sleep_for()
/ndk/sources/android/crazy_linker/tests/
Dbench_load_library.cpp30 struct timespec ts; in now_ms()
/ndk/sources/host-tools/make-3.81/
Dfile.c803 struct timespec timespec; in file_timestamp_now() local
804 if (clock_gettime (CLOCK_REALTIME, &timespec) == 0) in file_timestamp_now()
807 s = timespec.tv_sec; in file_timestamp_now()
808 ns = timespec.tv_nsec; in file_timestamp_now()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1189 const timespec time = {
/ndk/sources/cxx-stl/gabi++/tests/
Ddynamic_cast5.cpp1305 struct timespec ts; in now_us()
Ddynamic_cast3.cpp2413 struct timespec ts; in now_us()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch326 struct timespec tp;