mirror of
https://github.com/apache/nuttx.git
synced 2026-09-05 00:13:17 +00:00
sched: Map both NZERO and PTHREAD_DEFAULT_PRIORITY to SCHED_PRIORITY_DEFAULT
to unify the default thread priority Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
55565a6099
commit
e166360e8d
2 changed files with 3 additions and 3 deletions
|
|
@ -281,10 +281,10 @@
|
|||
#define NL_TEXTMAX _POSIX2_LINE_MAX
|
||||
|
||||
/* NZERO
|
||||
* Default process priority. Minimum Acceptable Value: 128
|
||||
* Default process priority. Minimum Acceptable Value: 100
|
||||
*/
|
||||
|
||||
#define NZERO 128
|
||||
#define NZERO SCHED_PRIORITY_DEFAULT
|
||||
|
||||
/* Required for asynchronous I/O */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue