/external/cronet/tot/third_party/libc++/src/src/ |
D | thread.cpp | 36 if (!__libcpp_thread_isnull(&__t_)) in ~thread() 42 if (!__libcpp_thread_isnull(&__t_)) { in join() 54 if (!__libcpp_thread_isnull(&__t_)) { in detach()
|
/external/cronet/stable/third_party/libc++/src/src/ |
D | thread.cpp | 36 if (!__libcpp_thread_isnull(&__t_)) in ~thread() 42 if (!__libcpp_thread_isnull(&__t_)) { in join() 54 if (!__libcpp_thread_isnull(&__t_)) { in detach()
|
/external/libcxx/src/ |
D | thread.cpp | 43 if (!__libcpp_thread_isnull(&__t_)) in ~thread() 51 if (!__libcpp_thread_isnull(&__t_)) in join() 66 if (!__libcpp_thread_isnull(&__t_)) in detach()
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__thread/ |
D | thread.h | 170 if (!__libcpp_thread_isnull(&__t_)) 179 _LIBCPP_HIDE_FROM_ABI bool joinable() const _NOEXCEPT { return !__libcpp_thread_isnull(&__t_); }
|
/external/cronet/stable/third_party/libc++/src/include/__thread/ |
D | thread.h | 177 if (!__libcpp_thread_isnull(&__t_)) 186 _LIBCPP_HIDE_FROM_ABI bool joinable() const _NOEXCEPT { return !__libcpp_thread_isnull(&__t_); }
|
/external/cronet/tot/third_party/libc++/src/include/__thread/ |
D | thread.h | 177 if (!__libcpp_thread_isnull(&__t_)) 186 _LIBCPP_HIDE_FROM_ABI bool joinable() const _NOEXCEPT { return !__libcpp_thread_isnull(&__t_); }
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__thread/ |
D | thread.h | 170 if (!__libcpp_thread_isnull(&__t_)) 179 _LIBCPP_HIDE_FROM_ABI bool joinable() const _NOEXCEPT { return !__libcpp_thread_isnull(&__t_); }
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__thread/support/ |
D | windows.h | 101 _LIBCPP_EXPORTED_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t);
|
D | c11.h | 146 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
|
D | pthread.h | 177 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
|
/external/cronet/tot/third_party/libc++/src/include/__thread/support/ |
D | windows.h | 101 _LIBCPP_EXPORTED_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t);
|
D | c11.h | 146 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
|
D | pthread.h | 177 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__thread/support/ |
D | windows.h | 101 _LIBCPP_EXPORTED_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t);
|
D | pthread.h | 177 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
|
D | c11.h | 146 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
|
/external/cronet/stable/third_party/libc++/src/include/__thread/support/ |
D | windows.h | 101 _LIBCPP_EXPORTED_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t);
|
D | c11.h | 146 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
|
D | pthread.h | 177 inline _LIBCPP_HIDE_FROM_ABI bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { in __libcpp_thread_isnull() function
|
/external/libcxx/include/ |
D | __threading_support | 171 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t); 321 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {
|
D | thread | 324 bool joinable() const _NOEXCEPT {return !__libcpp_thread_isnull(&__t_);} 379 if (!__libcpp_thread_isnull(&__t_))
|
/external/libcxx/src/support/win32/ |
D | thread_win32.cpp | 192 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull() function
|
/external/cronet/stable/third_party/libc++/src/src/support/win32/ |
D | thread_win32.cpp | 156 bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { return *__t == 0; } in __libcpp_thread_isnull() function
|
/external/cronet/tot/third_party/libc++/src/src/support/win32/ |
D | thread_win32.cpp | 156 bool __libcpp_thread_isnull(const __libcpp_thread_t* __t) { return *__t == 0; } in __libcpp_thread_isnull() function
|