ThreadList
typedef DoublyLinkedList< ::Thread> ThreadList;
typedef BObjectList<Thread, true> ThreadList;
typedef BObjectList<Thread> ThreadList;
typedef DoublyLinkedList<Thread> ThreadList;
typedef DoublyLinkedList<Thread> ThreadList;