mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 15:07:04 +08:00
Use extension to attach a struct thread to threads
Add test thread01.
This commit is contained in:
@@ -132,17 +132,6 @@ void rtems_bsd_assert_func(const char *file, int line, const char *func, const c
|
||||
|
||||
/* General definitions */
|
||||
|
||||
#define BSD_TASK_PRIORITY_NORMAL 120
|
||||
|
||||
#define BSD_TASK_PRIORITY_TIMER 110
|
||||
|
||||
#define BSD_TASK_PRIORITY_INTERRUPT 100
|
||||
|
||||
#define BSD_TASK_PRIORITY_RESOURCE_OWNER 100
|
||||
|
||||
/* FIXME */
|
||||
#define BSD_MINIMUM_TASK_STACK_SIZE ((size_t) 32 * 1024)
|
||||
|
||||
#define M_RTEMS_HEAP 0
|
||||
|
||||
#define BSD_MAXIMUM_SLEEP_QUEUES 32
|
||||
@@ -157,8 +146,6 @@ extern rtems_chain_control rtems_bsd_condvar_chain;
|
||||
|
||||
extern rtems_chain_control rtems_bsd_callout_chain;
|
||||
|
||||
extern rtems_chain_control rtems_bsd_thread_chain;
|
||||
|
||||
extern rtems_chain_control rtems_bsd_malloc_chain;
|
||||
|
||||
/* CPU definitions */
|
||||
|
Reference in New Issue
Block a user