etl/include
Roland Reichwein 30d04537f4 Fix the case of using STL without pthreads but with mutexes
On non-POSIX targets in STL mode, std::mutex is included from
mutex.h but will probably miss pthreads. Instead, other
implementations might be detected and used in mutex.h.

Therefore, adding ETL_NO_STD_MUTEX as a profile option for ETL.

Further, removing unnecessary includes from queue headers.
2026-04-30 19:05:54 +02:00
..
etl Fix the case of using STL without pthreads but with mutexes 2026-04-30 19:05:54 +02:00