HomeSort by relevance Sort by last modified time
    Searched full:__thread_id (Results 1 - 17 of 17) sorted by null

  /external/libcxx/include/
thread 184 class _LIBCPP_TYPE_VIS __thread_id;
189 _LIBCPP_INLINE_VISIBILITY __thread_id get_id() _NOEXCEPT;
193 template<> struct _LIBCPP_TYPE_VIS_ONLY hash<__thread_id>;
195 class _LIBCPP_TYPE_VIS_ONLY __thread_id
204 __thread_id() _NOEXCEPT : __id_(0) {}
207 bool operator==(__thread_id __x, __thread_id __y) _NOEXCEPT
210 bool operator!=(__thread_id __x, __thread_id __y) _NOEXCEPT
213 bool operator< (__thread_id __x, __thread_id __y) _NOEXCEP
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 181 class _LIBCPP_TYPE_VIS __thread_id;
186 _LIBCPP_INLINE_VISIBILITY __thread_id get_id() _NOEXCEPT;
190 template<> struct _LIBCPP_TYPE_VIS_ONLY hash<__thread_id>;
192 class _LIBCPP_TYPE_VIS_ONLY __thread_id
201 __thread_id() _NOEXCEPT : __id_(0) {}
204 bool operator==(__thread_id __x, __thread_id __y) _NOEXCEPT
207 bool operator!=(__thread_id __x, __thread_id __y) _NOEXCEPT
210 bool operator< (__thread_id __x, __thread_id __y) _NOEXCEP
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 181 class _LIBCPP_TYPE_VIS __thread_id;
186 _LIBCPP_INLINE_VISIBILITY __thread_id get_id() _NOEXCEPT;
190 template<> struct _LIBCPP_TYPE_VIS_ONLY hash<__thread_id>;
192 class _LIBCPP_TYPE_VIS_ONLY __thread_id
201 __thread_id() _NOEXCEPT : __id_(0) {}
204 bool operator==(__thread_id __x, __thread_id __y) _NOEXCEPT
207 bool operator!=(__thread_id __x, __thread_id __y) _NOEXCEPT
210 bool operator< (__thread_id __x, __thread_id __y) _NOEXCEP
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 225 _M_reserve_block(size_t __bytes, const size_t __thread_id);
336 _M_reserve_block(size_t __bytes, const size_t __thread_id);
347 size_t __thread_id)
351 __block->_M_thread_id = __thread_id;
352 --__bin._M_free[__thread_id];
353 ++__bin._M_used[__thread_id];
708 const size_t __thread_id = __pool._M_get_thread_id(); local
715 if (__bin._M_first[__thread_id])
719 _Block_record* __block = __bin._M_first[__thread_id];
720 __bin._M_first[__thread_id] = __block->_M_next
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
mt_allocator.h 225 _M_reserve_block(size_t __bytes, const size_t __thread_id);
336 _M_reserve_block(size_t __bytes, const size_t __thread_id);
347 size_t __thread_id)
351 __block->_M_thread_id = __thread_id;
352 --__bin._M_free[__thread_id];
353 ++__bin._M_used[__thread_id];
708 const size_t __thread_id = __pool._M_get_thread_id(); local
715 if (__bin._M_first[__thread_id])
719 _Block_record* __block = __bin._M_first[__thread_id];
720 __bin._M_first[__thread_id] = __block->_M_next
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
mt_allocator.h 225 _M_reserve_block(size_t __bytes, const size_t __thread_id);
336 _M_reserve_block(size_t __bytes, const size_t __thread_id);
347 size_t __thread_id)
351 __block->_M_thread_id = __thread_id;
352 --__bin._M_free[__thread_id];
353 ++__bin._M_used[__thread_id];
708 const size_t __thread_id = __pool._M_get_thread_id(); local
715 if (__bin._M_first[__thread_id])
719 _Block_record* __block = __bin._M_first[__thread_id];
720 __bin._M_first[__thread_id] = __block->_M_next
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
mt_allocator.h 225 _M_reserve_block(size_t __bytes, const size_t __thread_id);
336 _M_reserve_block(size_t __bytes, const size_t __thread_id);
347 size_t __thread_id)
351 __block->_M_thread_id = __thread_id;
352 --__bin._M_free[__thread_id];
353 ++__bin._M_used[__thread_id];
708 const size_t __thread_id = __pool._M_get_thread_id(); local
715 if (__bin._M_first[__thread_id])
719 _Block_record* __block = __bin._M_first[__thread_id];
720 __bin._M_first[__thread_id] = __block->_M_next
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.19 
  /prebuilts/clang/host/linux-x86/3.8/lib/
libc++.so 
  /prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so 

Completed in 759 milliseconds