Searched refs:AtExitInfoBlock (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/libroot/posix/stdlib/
H A Dexit.cpp34 struct AtExitInfoBlock;
37 AtExitInfoBlock* block;
46 struct AtExitInfoBlock : DoublyLinkedListLinkImpl<AtExitInfoBlock> { struct in inherits:DoublyLinkedListLinkImpl
47 AtExitInfoBlock() function in struct:AtExitInfoBlock
83 typedef DoublyLinkedList<AtExitInfoBlock> AtExitInfoBlockList;
126 static AtExitInfoBlock sInitialAtExitInfoBlock;
200 AtExitInfoBlock* block = sAtExitInfoBlocks.Head();
208 block = new(std::nothrow) AtExitInfoBlock;

Completed in 58 milliseconds