incubator-nuttx/libs/libc/unistd
Xiang Xiao d9cfeb0bc3 sched: Don't forward gettid to getpid directly
prepare to implement the right semantics:
getpid should return the main thread id
gettid should return the current thread id
2021-03-04 17:17:41 -06:00
..
Kconfig
Make.defs sched: Don't forward gettid to getpid directly 2021-03-04 17:17:41 -06:00
lib_access.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_alarm.c
lib_chdir.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_daemon.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_execl.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_fstatvfs.c
lib_futimens.c libs/libc/time: add stub for futimes/ns(2) 2020-09-19 03:20:09 -07:00
lib_futimes.c libs/libc/time: add stub for futimes/ns(2) 2020-09-19 03:20:09 -07:00
lib_getcwd.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_getegid.c
lib_geteuid.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_getgid.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_gethostname.c
lib_getopt.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_getoptargp.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_getopterrp.c libc: Add opterr global variable 2020-11-21 07:01:08 -06:00
lib_getoptindp.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_getoptoptp.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_getpriority.c
lib_getrlimit.c
lib_getrusage.c
lib_getuid.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_pathconf.c unistd/fpathconf: enhance fpathconf 2021-01-26 03:25:47 -08:00
lib_pipe.c Move the declaration of nx_mkfifo/nx_pipe to nuttx/fs/fs.h 2021-01-08 11:03:19 +08:00
lib_pipe2.c Move the declaration of nx_mkfifo/nx_pipe to nuttx/fs/fs.h 2021-01-08 11:03:19 +08:00
lib_posix_fallocate.c Ensure the kernel component don't call userspace API 2021-03-01 09:23:09 +09:00
lib_restoredir.c
lib_setegid.c libs/libc: License Clearance 2021-03-02 03:44:06 -08:00
lib_seteuid.c libs/libc: License Clearance 2021-03-02 03:44:06 -08:00
lib_setgid.c libs/libc: License Clearance 2021-03-02 03:44:06 -08:00
lib_sethostname.c
lib_setpriority.c
lib_setregid.c libs/libc: License Clearance 2021-03-02 03:44:06 -08:00
lib_setreuid.c libs/libc: License Clearance 2021-03-02 03:44:06 -08:00
lib_setrlimit.c
lib_setuid.c libs/libc: License Clearance 2021-03-02 03:44:06 -08:00
lib_sleep.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_statvfs.c
lib_swab.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_sysconf.c libs/libc: License Clearance 2021-03-02 03:44:06 -08:00
lib_truncate.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_usleep.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_utimes.c