Files
PX4-Autopilot/platforms
Eric Katzfey 30cdf15ff5 fix(posix): make pxh app map initialization thread-safe
Pxh lazily initializes the builtin app map from client handler threads. Concurrent first commands can both enter init_app_map() and mutate the static std::map at the same time.

Use pthread_once so the map is populated exactly once before process_line() or tab completion read it.
2026-06-29 11:36:39 -07:00
..
2026-06-24 15:32:44 +02:00
2026-06-24 15:32:44 +02:00