Changeset 024d4ea in rtems for cpukit/rtems/src

Timestamp:
04/09/21 17:53:22 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
3e16f1a6
Parents:
d692c62d
git-author:
Sebastian Huber <sebastian.huber@…> (04/09/21 17:53:22)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/04/21 07:37:06)
Message:

rtems: Use allocator mutex for timer server

The allocator mutex is recursive and already used for the task creation
in rtems_timer_initiate_server(). Just use this mutex instead of the
once mutex to serialize the initialization. This avoids a dependency on
condition variables which are not used here.

(No files)

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