Home
last modified time | relevance | path

Searched refs:__libcpp_thread_id_less (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A D__threading_support212 bool __libcpp_thread_id_less(__libcpp_thread_id __t1, __libcpp_thread_id __t2);
363 bool __libcpp_thread_id_less(__libcpp_thread_id __t1, __libcpp_thread_id __t2)
524 bool __libcpp_thread_id_less(__libcpp_thread_id t1, __libcpp_thread_id t2)
631 return __libcpp_thread_id_less(__x.__id_, __y.__id_);
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp169 bool __libcpp_thread_id_less(__libcpp_thread_id __lhs, __libcpp_thread_id __rhs) in __libcpp_thread_id_less() function