Test‐hook event points fired along the concurrent read/split paths.
Synopsis
Declared in <folly/ConcurrentBSkipList‐detail.h>
enum class BSkipTestHookEvent : int;
Members
Name |
Description |
|
About to load next pointer while probing the next leaf. |
|
About to validate next pointer while probing the next leaf. |
|
About to load next pointer on the optimistic (OLC) path. |
|
About to validate a leaf key just loaded optimistically. |
|
A split sibling has just been published. |
Non-Member Functions
Name |
Description |
Fires the global BSkipList test hook (no‐op unless test hooks are built). |
Created with MrDocs