1#include <cx/ssdtree/ssdshared.h>
2#include <cx/thread/mutex.h>
5typedef struct SSDTreeDebug {
7 sa_SSDLockDebug readlocks;
8 sa_SSDLockDebug writelocks;
11typedef struct SSDTreeDebug {
21 // The most recent last-modified timestamp of any node in the tree
24 // Factory functions for if this tree wants to use derived node classes
25 SSDNodeFactory factories[SSD_Create_Count];
27 [sal _objfactory_guaranteed] SSDNode *createNode([sal _In_range_(SSD_Create_None+1, SSD_Create_Count-1)] SSDCreateType crtype);
29 factory create(uint32 flags);