mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 04:51:11 +08:00
Change pthread_once from using disabled pre-emption to using a pthread mutex making it SMP safe. GCC using a posix threading model uses pthread_once. The pthread mutex requires at least 1 mutex is configured so confdefs.h has been updated to account for the internal mutex.