ebdfd16f0f
Move sched/task/task/task_gettid.c to libs/libc/unistd/lib_gettid.c. gettid() is a dumb wrapper around getpid(). It is wasteful of resources to support TWO systme calls, one for getpid() and one for gettid(). Instead, move gettid() in the C library where it calls the single sysgtem call, getpid(). Much cleaner. |
||
---|---|---|
.. | ||
boardctl.h | ||
custom_file.h | ||
epoll.h | ||
eventfd.h | ||
file.h | ||
ioctl.h | ||
ipc.h | ||
mman.h | ||
mount.h | ||
param.h | ||
prctl.h | ||
random.h | ||
resource.h | ||
select.h | ||
sendfile.h | ||
shm.h | ||
socket.h | ||
sockio.h | ||
stat.h | ||
statfs.h | ||
statvfs.h | ||
syscall_lookup.h | ||
syscall.h | ||
time.h | ||
types.h | ||
uio.h | ||
un.h | ||
utsname.h | ||
vfs.h | ||
wait.h |