This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from c95b6b1bb6f libxx: fix __config_site for libcxx compile errors
new 0f7c992cea4 sched/task: fix gettid by moving tls_dup_info after child
pid initialization
new 8bb67584906 sched: move process ID from kernel to TLS for faster access
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/nuttx/tls.h | 1 +
include/sys/syscall_lookup.h | 1 -
libs/libc/sched/CMakeLists.txt | 3 ++-
libs/libc/sched/Make.defs | 2 +-
libs/libc/sched/{task_gettid.c => task_getpid.c} | 14 ++++++++------
sched/group/group_create.c | 2 ++
sched/task/task_fork.c | 16 ++++++++--------
sched/task/task_getpid.c | 22 ----------------------
syscall/syscall.csv | 1 -
9 files changed, 22 insertions(+), 40 deletions(-)
copy libs/libc/sched/{task_gettid.c => task_getpid.c} (88%)