NOVA User-Level Environment  Version testbox/changed-memory-timing-317-g320d8b5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LockedList< T > Class Template Reference
Inheritance diagram for LockedList< T >:
List< T >

Public Member Functions

 LockedList (cap_sel sm)
void add (T *elem)
- Public Member Functions inherited from List< T >
 List ()

Private Attributes

Semaphore lock

Additional Inherited Members

- Public Attributes inherited from List< T >
T * head

Constructor & Destructor Documentation

template<class T>
LockedList< T >::LockedList ( cap_sel  sm)
inline

Member Function Documentation

template<class T>
void LockedList< T >::add ( T *  elem)
inline

Reimplemented from List< T >.

Member Data Documentation

template<class T>
Semaphore LockedList< T >::lock
private

The documentation for this class was generated from the following file: