nuttx/libs/libc/unistd
Xiang Xiao 9cc41f44f0 libc/sched: Implement nice API
Specified here:
https://pubs.opengroup.org/onlinepubs/007904875/functions/nice.html

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Ib25be28c8dc1c9288e8c78ad756c91ec6ef325a7
2021-06-24 08:50:48 -03:00
..
Kconfig
lib_access.c
lib_alarm.c
lib_chdir.c
lib_daemon.c
lib_execl.c
lib_fstatvfs.c
lib_futimens.c
lib_futimes.c
lib_getcwd.c
lib_getegid.c
lib_geteuid.c
lib_getgid.c
lib_gethostname.c
lib_getopt_common.c libc/getopt: Remove GETOPT_INIITIALIZER macro 2021-05-11 16:40:44 +01:00
lib_getopt_long.c Implement getopt_long() and getopt_long_only() 2021-04-01 23:06:23 -05:00
lib_getopt_longonly.c Implement getopt_long() and getopt_long_only() 2021-04-01 23:06:23 -05:00
lib_getopt.c getopt(): Update comments about missing functionality 2021-04-04 22:31:47 +01:00
lib_getoptargp.c Move getopt() variables into TLS 2021-03-31 21:13:01 -05:00
lib_getopterrp.c Move getopt() variables into TLS 2021-03-31 21:13:01 -05:00
lib_getoptindp.c Move getopt() variables into TLS 2021-03-31 21:13:01 -05:00
lib_getoptoptp.c Move getopt() variables into TLS 2021-03-31 21:13:01 -05:00
lib_getoptvars.c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
lib_getpriority.c libc/sched: Map the nice value more correctly 2021-06-24 08:50:48 -03:00
lib_getrlimit.c
lib_getrusage.c
lib_getuid.c
lib_nice.c libc/sched: Implement nice API 2021-06-24 08:50:48 -03:00
lib_pathconf.c
lib_pipe2.c
lib_pipe.c
lib_posix_fallocate.c
lib_restoredir.c
lib_setegid.c
lib_seteuid.c
lib_setgid.c
lib_sethostname.c
lib_setpriority.c libc/sched: Map the nice value more correctly 2021-06-24 08:50:48 -03:00
lib_setregid.c
lib_setreuid.c
lib_setrlimit.c
lib_setuid.c
lib_sleep.c
lib_statvfs.c
lib_swab.c
lib_sysconf.c
lib_truncate.c
lib_usleep.c
lib_utimes.c
Make.defs libc/sched: Implement nice API 2021-06-24 08:50:48 -03:00
unistd.h Implement getopt_long() and getopt_long_only() 2021-04-01 23:06:23 -05:00