HomeSort by relevance Sort by last modified time
    Searched full:__id (Results 51 - 75 of 165) sorted by null

1 23 4 5 6 7

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 226 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id)
227 {return __os << __id.__id_;}
231 __thread_id(pthread_t __id) : __id_(__id) {}
mutex 287 pthread_t __id = pthread_self();
289 if (pthread_equal(__id, __id_))
302 __id_ = __id;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/impl/
profiler_hashtable_size.h 55 { __id = "hashtable-size"; }
profiler_vector_size.h 55 { __id = "vector-size"; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_hashtable_size.h 55 { __id = "hashtable-size"; }
profiler_vector_size.h 55 { __id = "vector-size"; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_hashtable_size.h 55 { __id = "hashtable-size"; }
profiler_vector_size.h 55 { __id = "vector-size"; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_hashtable_size.h 48 { __id = "hashtable-size"; }
profiler_vector_size.h 48 { __id = "vector-size"; }
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 224 operator<<(basic_ostream<_CharT, _Traits>& __os, __thread_id __id)
225 {return __os << __id.__id_;}
229 __thread_id(pthread_t __id) : __id_(__id) {}
mutex 285 pthread_t __id = pthread_self();
287 if (pthread_equal(__id, __id_))
300 __id_ = __id;
  /external/stlport/src/details/
fstream_win32io.cpp 301 bool _Filebuf_base::_M_open(_STLP_fd __id, ios_base::openmode init_mode) {
305 if (_M_is_open || __id == INVALID_STLP_FD)
311 _M_openmode = _get_osfflags(-1, __id);
314 _M_file_id = __id;
320 (void)__id;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 301 bool _Filebuf_base::_M_open(_STLP_fd __id, ios_base::openmode init_mode) {
305 if (_M_is_open || __id == INVALID_STLP_FD)
311 _M_openmode = _get_osfflags(-1, __id);
314 _M_file_id = __id;
320 (void)__id;
  /external/libcxx/include/
mutex 285 pthread_t __id = pthread_self();
287 if (pthread_equal(__id, __id_))
300 __id_ = __id;

Completed in 454 milliseconds

1 23 4 5 6 7