HomeSort by relevance Sort by last modified time
    Searched defs:_Pthread_alloc_per_thread_state (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
allocators.cpp 763 // thread. That state is represented by _Pthread_alloc_per_thread_state.
765 struct _Pthread_alloc_per_thread_state {
774 _Pthread_alloc_per_thread_state() : __next(0)
780 _Pthread_alloc_per_thread_state *__next;
788 typedef _Pthread_alloc_per_thread_state __state_type;
853 void *_Pthread_alloc_per_thread_state::_M_refill(size_t __n) {
886 _Pthread_alloc_per_thread_state* __s = (_Pthread_alloc_per_thread_state*)__instance;
891 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_new_per_thread_state() {
894 _Pthread_alloc_per_thread_state *__result = _S_free_per_thread_states
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
allocators.cpp 763 // thread. That state is represented by _Pthread_alloc_per_thread_state.
765 struct _Pthread_alloc_per_thread_state {
774 _Pthread_alloc_per_thread_state() : __next(0)
780 _Pthread_alloc_per_thread_state *__next;
788 typedef _Pthread_alloc_per_thread_state __state_type;
853 void *_Pthread_alloc_per_thread_state::_M_refill(size_t __n) {
886 _Pthread_alloc_per_thread_state* __s = (_Pthread_alloc_per_thread_state*)__instance;
891 _Pthread_alloc_per_thread_state* _Pthread_alloc_impl::_S_new_per_thread_state() {
894 _Pthread_alloc_per_thread_state *__result = _S_free_per_thread_states
    [all...]

Completed in 50 milliseconds