Skip to content
Snippets Groups Projects
Commit e24405d3 authored by Mark Charlebois's avatar Mark Charlebois
Browse files

POSIX: fixed hrt call and workqueue implementation


The HRT call processing normally happens via HW timer interrupt
handler. Since the POSIX port has no ISR handling, the HP work
queue is used.

Instead of irq_save() and irq_restore() calls to disable/enable
interrupts, a mutex is used to protect each queue.

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent 12a25e4b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment