8a8c1f943e
Kthreads can share the group data so that to reduce overheads. This implements shared kthread group via: - use `tcb_s` instead of `task_tcb_s` for kthreads - use `g_kthread_group` when creating kthreads - use stackargs to start tasks and kthreads see pull/12320 for test logs. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Make.defs | ||
env_clearenv.c | ||
env_dup.c | ||
env_findvar.c | ||
env_foreach.c | ||
env_getenv.c | ||
env_getenvironptr.c | ||
env_putenv.c | ||
env_release.c | ||
env_removevar.c | ||
env_setenv.c | ||
env_unsetenv.c | ||
environ.h |