Home
last modified time | relevance | path

Searched defs:__ns (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/include/__chrono/
H A Dconvert_to_timespec.h29 _LIBCPP_HIDE_FROM_ABI inline _TimeSpec __convert_to_timespec(const chrono::nanoseconds& __ns) { in __convert_to_timespec()
/llvm-project/libcxx/include/__thread/
H A Dthis_thread.h41 chrono::nanoseconds __ns; sleep_for() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreserved-identifier.cpp50 namespace __ns { namespace
/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h196 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) { in __libcpp_thread_sleep_for() argument
H A Dc11.h167 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) { in __libcpp_thread_sleep_for()
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp190 void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) { in __libcpp_thread_sleep_for() argument
/llvm-project/libcxx/include/__filesystem/
H A Doperations.h280 inline _LIBCPP_HIDE_FROM_ABI void resize_file(const path& __p, uintmax_t __ns) { return __resize_file(__p, __ns); } in resize_file() argument
281 inline _LIBCPP_HIDE_FROM_ABI void resize_file(const path& __p, uintmax_t __ns, error_code& __ec) noexcept { in resize_file() argument