mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Make building of low-priority work queue independent of also building the high-priority work queue
This commit is contained in:
+3
-11
@@ -52,18 +52,10 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Customize kernel thread names */
|
||||
/* Kkernel thread names */
|
||||
|
||||
#ifdef CONFIG_SCHED_HPWORK
|
||||
# if defined(CONFIG_SCHED_LPWORK)
|
||||
# define HPWORKNAME "hpwork"
|
||||
# define LPWORKNAME "lpwork"
|
||||
# elif defined(CONFIG_SCHED_USRWORK)
|
||||
# define HPWORKNAME "kwork"
|
||||
# else
|
||||
# define HPWORKNAME "work"
|
||||
# endif
|
||||
#endif
|
||||
#define HPWORKNAME "hpwork"
|
||||
#define LPWORKNAME "lpwork"
|
||||
|
||||
/****************************************************************************
|
||||
* Public Type Definitions
|
||||
|
||||
Reference in New Issue
Block a user