Changeset c3764ce in rtems for cpukit/libcsupport

Timestamp:
10/05/16 08:37:56 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
e34fe38
Parents:
a5c56af
git-author:
Sebastian Huber <sebastian.huber@…> (10/05/16 08:37:56)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/16/16 08:04:58)
Message:

termios: Use mutex for task driven mode

Termios has a task driven mode (TERMIOS_TASK_DRIVEN). This mode aims to
avoid long sections with disabled interrupts. This is only partly
implemented since the device level state is still protected by disabled
interrupts. Use a mutex to protect the device level state in task driven
mode to fix this issue.

Update #2838.

(No files)

Note: See TracChangeset for help on using the changeset viewer.