Home
last modified time | relevance | path

Searched defs:__libcpp_thread_isnull (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h177 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
H A Dc11.h146 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp156 bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { return *__t == 0; } in __libcpp_thread_isnull() function