Contents
struct ListHeader { // fields ListEntry*volatile head; volatile long depth; volatile int32 mutex; };