mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 04:22:26 +08:00
Add pid field to task_info_s and move getpid() implementation to user space TLS access. Remove getpid from syscall interface as it now returns cached PID from thread local storage instead of kernel lookup. Signed-off-by: hujun5 <hujun5@xiaomi.com>