|
cds
2.3.3
|
Lazy list node for gc::nogc.
More...
#include <cds/intrusive/lazy_list_nogc.h>
Public Types | |
| typedef gc::nogc | gc |
| Garbage collector. | |
| typedef Lock | lock_type |
| Lock type. | |
| typedef Tag | tag |
| tag | |
Data Fields | |
| atomics::atomic< node * > | m_pNext |
| pointer to the next node in the list | |
| lock_type | m_Lock |
| Node lock. | |
Lazy list node for gc::nogc.
Template parameters:
cds::sync::spin