incubator-nuttx/libs/libc/tls
Shoukui Zhang 2c543c27bf Fix greater-than-or-equal-to-zero issue
unsigned_compare: This greater-than-or-equal-to-zero comparison without a signed value is always true. ndx >= 0U

Signed-off-by: Shoukui Zhang <zhangshoukui@xiaomi.com>
2024-09-20 12:34:27 +02:00
..
CMakeLists.txt pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
Kconfig pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
Make.defs pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
task_getinfo.c
task_tls.c tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
task_tls_destruct.c tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
tls_cleanup.c Fix greater-than-or-equal-to-zero issue 2024-09-20 12:34:27 +02:00
tls_destruct.c tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
tls_getinfo.c sched/tls: inline group info in flat mode to improve performance 2024-03-01 17:27:26 +08:00