|
Mac OS 9
|
#include <OpenTransport.h>
Data Fields | |
| OTLink * | fHead |
These are functions to implement a LIFO list that is interrupt-safe. The only function which is not is OTReverseList. Normally, you create a LIFO list, populate it at interrupt time, and then use OTLIFOStealList to atomically remove the list, and OTReverseList to flip the list so that it is a FIFO list, which tends to be more useful.