Documentation Project 1
|
struct LinkBlock { _32 Cnt; _32 Lock; POINTER pNode[1]; };
Members |
Description |
_32 Cnt; |
How many pointers the list can contain now. |
_32 Lock; |
A simple exchange-lock for add, modify and delete. For thread safety. |
This is record sack::containers::list::LinkBlock.
Copyright (c) 2010. All rights reserved.
|
What do you think about this topic? Send feedback!
|