ReactOS 0.4.15-dev-7842-g558ab78
_pthread_alloc.h File Reference
#include <stl/_alloc.h>
Include dependency graph for _pthread_alloc.h:

Go to the source code of this file.

Classes

class  _Pthread_alloc
 
class  pthread_allocator< _Tp >
 
class  pthread_allocator< void >
 
struct  __pthread_alloc_type_traits< _Tp >
 
struct  __type_traits< pthread_allocator< char > >
 
class  per_thread_allocator< _Tp >
 
class  per_thread_allocator< void >
 
struct  __perthread_alloc_type_traits< _Tp >
 
struct  __type_traits< per_thread_allocator< char > >
 

Typedefs

typedef __pthread_alloc pthread_alloc
 

Functions

template<class _T1 , class _T2 >
bool operator== (const pthread_allocator< _T1 > &, const pthread_allocator< _T2 > &a2)
 
template<class _T1 , class _T2 >
bool operator== (const per_thread_allocator< _T1 > &__a1, const per_thread_allocator< _T2 > &__a2)
 

Variables

_STLP_MOVE_TO_STD_NAMESPACE typedef _STLP_PRIV _Pthread_alloc __pthread_alloc
 

Typedef Documentation

◆ pthread_alloc

Definition at line 94 of file _pthread_alloc.h.

Function Documentation

◆ operator==() [1/2]

template<class _T1 , class _T2 >
bool operator== ( const per_thread_allocator< _T1 > &  __a1,
const per_thread_allocator< _T2 > &  __a2 
)
inline

Definition at line 388 of file _pthread_alloc.h.

390{ return __a1._M_state == __a2._M_state; }
__state_type * _M_state

◆ operator==() [2/2]

template<class _T1 , class _T2 >
bool operator== ( const pthread_allocator< _T1 > &  ,
const pthread_allocator< _T2 > &  a2 
)
inline

Definition at line 205 of file _pthread_alloc.h.

207{ return true; }

Variable Documentation

◆ __pthread_alloc

Definition at line 93 of file _pthread_alloc.h.