Searched defs:_M_head (Results 1 - 2 of 2) sorted by relevance

/external/stlport/src/
H A Dlock_free_slist.h200 InitializeSListHead(&_M_head);
223 InterlockedPushEntrySList(&_M_head, __item);
249 return InterlockedPopEntrySList(&_M_head);
276 return InterlockedFlushSList(&_M_head);
290 SLIST_HEADER _M_head; member in class:_STLP_atomic_freelist
/external/stlport/stlport/stl/
H A D_slist.h161 _M_head(_STLP_CONVERT_ALLOCATOR(__a, _Node), _Slist_node_base() )
162 { _M_head._M_data._M_next = 0; }
166 _M_head(__move_source<_AllocProxy>(src.get()._M_head))
167 { src.get()._M_head._M_data._M_next = 0; }
170 ~_Slist_base() { _M_erase_after(&_M_head._M_data, 0); }
178 _M_head.deallocate(__next,1);
185 { return _STLP_CONVERT_ALLOCATOR((const _M_node_allocator_type&)_M_head, _Tp); }
186 _AllocProxy _M_head; member in class:_Slist_base
254 _Node* __node = this->_M_head
[all...]

Completed in 78 milliseconds