mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
There is no need for a gettid() syscall, as the thread ID is stable through the life of the process. It is safe to put a copy of TID to TLS. This way a user processes can access TID quickly via its own stack, instead of having to use an expensive syscall. Signed-off-by: Ville Juven <ville.juven@unikie.com> |
||
|---|---|---|
| .. | ||
| clock_getcpuclockid.c | ||
| clock_getres.c | ||
| CMakeLists.txt | ||
| Make.defs | ||
| sched_backtrace.c | ||
| sched_cpucount.c | ||
| sched_dumpstack.c | ||
| sched_getprioritymax.c | ||
| sched_getprioritymin.c | ||
| task_cancelpt.c | ||
| task_gettid.c | ||
| task_setcancelstate.c | ||
| task_setcanceltype.c | ||
| task_startup.c | ||
| task_testcancel.c | ||