mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 09:41:01 +08:00
Use thread wait flags for synchronization. The enqueue operation is now part of the initial critical section. This is the key change and enables fine grained locking on SMP for objects using a thread queue like semaphores and message queues. Update #2273.