mirror of
https://github.com/apache/nuttx.git
synced 2025-12-14 07:25:51 +08:00
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
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
3d0320f891
commit
9cc41f44f0
@@ -301,6 +301,8 @@ void _exit(int status) noreturn_function;
|
||||
unsigned int sleep(unsigned int seconds);
|
||||
int usleep(useconds_t usec);
|
||||
int pause(void);
|
||||
int nice(int inc);
|
||||
|
||||
int daemon(int nochdir, int noclose);
|
||||
|
||||
/* File descriptor operations */
|
||||
|
||||
Reference in New Issue
Block a user