Files
rtems/cpukit
Sebastian Huber 024d4eaa2f 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.
2021-05-04 09:37:06 +02:00
..
2021-04-30 07:20:52 +02:00
2021-03-26 14:25:38 +01:00
2021-04-07 16:15:38 -06:00
2021-04-13 11:57:21 -06:00