nuttx/libs/libc/sched
hujun5 a89b7f7add clock: remove 64-bit perf support for 32-bit systems
Remove atomic64-based 64-bit perf counter support for 32-bit systems
where atomic64 operations are unavailable, simplifying userspace perf
implementation to avoid unsupported atomic operations.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-26 21:14:38 +08:00
..
clock_getcpuclockid.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
clock_perf.c clock: remove 64-bit perf support for 32-bit systems 2026-01-26 21:14:38 +08:00
CMakeLists.txt libc/perf: userspace PMU access 2026-01-26 21:14:38 +08:00
Make.defs libc/perf: userspace PMU access 2026-01-26 21:14:38 +08:00
sched_backtrace.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sched_cpucount.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sched_dumpstack.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sched_getprioritymax.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sched_getprioritymin.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
task_cancelpt.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
task_getpid.c sched: fix regression from PR #18040 by adding NULL pointer safety 2026-01-23 16:59:55 +08:00
task_gettid.c sched/gettid: Move thread ID to TLS 2025-04-08 22:53:10 +08:00
task_setcancelstate.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
task_setcanceltype.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
task_startup.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
task_testcancel.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00