mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
#include <nuttx/fs/fs.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "task/task.h"
|
||||
|
||||
#ifdef CONFIG_SCHED_ATEXIT
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#include <nuttx/kmalloc.h>
|
||||
#include <nuttx/kthread.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
#include "task/task.h"
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include <nuttx/sched.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "task/task.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#include <sched.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
|
||||
#ifndef CONFIG_DISABLE_SIGNALS
|
||||
# include "signal/signal.h"
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#include <nuttx/sched.h>
|
||||
#include <nuttx/fs/fs.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
#include "signal/signal.h"
|
||||
#include "task/task.h"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#include <sched.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
#include "task/task.h"
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sched.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "task/task.h"
|
||||
|
||||
/************************************************************************
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
#include "task/task.h"
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
#include <nuttx/fs/fs.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "task/task.h"
|
||||
|
||||
#ifdef CONFIG_SCHED_ONEXIT
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
#include <nuttx/binfmt/binfmt.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
#include "task/spawn.h"
|
||||
#include "task/task.h"
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
#include <nuttx/sched.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "task/task.h"
|
||||
|
||||
/************************************************************************
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
#include "task/task.h"
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
#include "signal/signal.h"
|
||||
#include "task/task.h"
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "pthread/pthread.h"
|
||||
#include "group/group.h"
|
||||
#include "task/task.h"
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <spawn.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
#include "task/spawn.h"
|
||||
#include "task/task.h"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/sched.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "task/task.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
#include <nuttx/sched.h>
|
||||
#include <arch/irq.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#ifndef CONFIG_DISABLE_SIGNALS
|
||||
# include "signal/signal.h"
|
||||
#endif
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
#include <nuttx/sched.h>
|
||||
|
||||
#include "os_internal.h"
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
#include "task/task.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user