OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_free_per_thread_states
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
809
static __state_type *
_S_free_per_thread_states
;
887
__s -> __next =
_S_free_per_thread_states
;
888
_S_free_per_thread_states
= __s;
893
if (0 !=
_S_free_per_thread_states
) {
894
_Pthread_alloc_per_thread_state *__result =
_S_free_per_thread_states
;
895
_S_free_per_thread_states
=
_S_free_per_thread_states
-> __next;
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
809
static __state_type *
_S_free_per_thread_states
;
887
__s -> __next =
_S_free_per_thread_states
;
888
_S_free_per_thread_states
= __s;
893
if (0 !=
_S_free_per_thread_states
) {
894
_Pthread_alloc_per_thread_state *__result =
_S_free_per_thread_states
;
895
_S_free_per_thread_states
=
_S_free_per_thread_states
-> __next;
[
all
...]
Completed in 2981 milliseconds