OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_key_initialized
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
811
static bool
_S_key_initialized
;
907
if (
_S_key_initialized
&& (__result = (__state_type*) pthread_getspecific(_S_key)))
912
if (!
_S_key_initialized
) {
916
_S_key_initialized
= true;
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
811
static bool
_S_key_initialized
;
907
if (
_S_key_initialized
&& (__result = (__state_type*) pthread_getspecific(_S_key)))
912
if (!
_S_key_initialized
) {
916
_S_key_initialized
= true;
[
all
...]
Completed in 92 milliseconds