OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Pthread_alloc_obj
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
756
union
_Pthread_alloc_obj
{
757
union
_Pthread_alloc_obj
* __free_list_link;
766
typedef
_Pthread_alloc_obj
__obj;
775
{ memset((void *)__CONST_CAST(
_Pthread_alloc_obj
**, __free_list), 0, (size_t)_S_NFREELISTS * sizeof(__obj *)); }
779
_Pthread_alloc_obj
* volatile __free_list[_S_NFREELISTS];
854
typedef
_Pthread_alloc_obj
__obj;
936
typedef
_Pthread_alloc_obj
__obj;
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
756
union
_Pthread_alloc_obj
{
757
union
_Pthread_alloc_obj
* __free_list_link;
766
typedef
_Pthread_alloc_obj
__obj;
775
{ memset((void *)__CONST_CAST(
_Pthread_alloc_obj
**, __free_list), 0, (size_t)_S_NFREELISTS * sizeof(__obj *)); }
779
_Pthread_alloc_obj
* volatile __free_list[_S_NFREELISTS];
854
typedef
_Pthread_alloc_obj
__obj;
936
typedef
_Pthread_alloc_obj
__obj;
[
all
...]
Completed in 26 milliseconds