Home
last modified time | relevance | path

Searched refs:__libcpp_thread_get_id (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/include/
D__threading_support181 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t);
336 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t)
Dthread328 id get_id() const _NOEXCEPT {return __libcpp_thread_get_id(&__t_);}
/external/libcxx/src/support/win32/
Dthread_win32.cpp217 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t) in __libcpp_thread_get_id() function