nuttx/include/sys
Gregory Nutt ebdfd16f0f Move gettid() implementation to /libs/libc/unistd
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.
2020-09-22 19:40:56 -07:00
..
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.h
syscall_lookup.h
time.h
types.h
uio.h
un.h
utsname.h
vfs.h
wait.h