Files
nuttx/include
yukangzhi dd307ab82c libc/pthread: Avoid compiler optimizations for once_control->done
Prevent compiler reordering that may read stale value of once_control->done.
Use volatile to ensure visibility across threads and prevent incorrect once initialization.

Signed-off-by: yukangzhi <yukangzhi@xiaomi.com>
2026-01-22 19:47:45 +08:00
..
2025-12-09 18:03:10 +08:00
2026-01-22 15:38:37 +08:00
2025-11-10 10:56:29 +01:00
2026-01-16 10:03:53 +08:00