OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Pthread_alloc_per_thread_state
(Results
1 - 9
of
9
) sorted by null
/external/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
...]
/ndk/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
...]
/external/stlport/stlport/stl/
_pthread_alloc.h
63
struct
_Pthread_alloc_per_thread_state
;
68
typedef
_Pthread_alloc_per_thread_state
__state_type;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h
63
struct
_Pthread_alloc_per_thread_state
;
68
typedef
_Pthread_alloc_per_thread_state
__state_type;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h
63
struct
_Pthread_alloc_per_thread_state
;
68
typedef
_Pthread_alloc_per_thread_state
__state_type;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h
63
struct
_Pthread_alloc_per_thread_state
;
68
typedef
_Pthread_alloc_per_thread_state
__state_type;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h
63
struct
_Pthread_alloc_per_thread_state
;
68
typedef
_Pthread_alloc_per_thread_state
__state_type;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h
63
struct
_Pthread_alloc_per_thread_state
;
68
typedef
_Pthread_alloc_per_thread_state
__state_type;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_pthread_alloc.h
63
struct
_Pthread_alloc_per_thread_state
;
68
typedef
_Pthread_alloc_per_thread_state
__state_type;
Completed in 332 milliseconds