Specifications

Available from ISR
Yes.
Include
<sys/alt_llist.h>
Description
The alt_llist_insert() function inserts the doubly linked list entry entry in the list list. This
operation is not reentrant. For example, if a list can be manipulated from different threads, or from within
both application code and an ISR, some mechanism is required to protect access to the list. Interrupts can
be locked, or in MicroC/OS-II, a mutex can be used.
Return
--
Related Information
alt_llist_remove() on page 14-45
alt_llist_remove()
Prototype
void alt_llist_remove(alt_llist* entry)
Commonly Called By
C/C++ programs
Device drivers
Thread-safe
No.
Available from ISR
Yes.
Include
<sys/alt_llist.h>
Description
The alt_llist_remove() function removes the doubly linked list entry entry from the list it is currently
a member of. This operation is not reentrant. For example if a list can be manipulated from different
threads, or from within both application code and an ISR, some mechanism is required to protect access
to the list. Interrupts can be locked, or in MicroC/OS-II, a mutex can be used.
Return
--
NII5V2
2015.05.14
alt_llist_remove()
14-45
HAL API Reference
Altera Corporation
Send Feedback