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 sys/epoll: include-able from C++ files 2020-09-18 19:51:55 -07:00
eventfd.h
file.h
ioctl.h
ipc.h
mman.h fs/munmap: export the symbols to avoid build break on C++ syntax 2020-09-18 20:05:10 -07:00
mount.h
param.h
prctl.h
random.h
resource.h
select.h
sendfile.h
shm.h
socket.h
sockio.h
stat.h libc: Implement umask function 2020-09-14 12:16:58 -03:00
statfs.h
statvfs.h
syscall_lookup.h Move gettid() implementation to /libs/libc/unistd 2020-09-22 19:40:56 -07:00
syscall.h
time.h libs/libc/time: add stub for futimes/ns(2) 2020-09-19 03:20:09 -07:00
types.h include/sys/types.h: add u_intXX_t support 2020-09-11 10:41:24 +08:00
uio.h
un.h
utsname.h
vfs.h
wait.h