File tree 15 files changed +17
-17
lines changed
15 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 30
30
#include <nano_private.h>
31
31
#include <toolchain.h>
32
32
#include <sections.h>
33
- #include <sched .h>
33
+ #include <ksched .h>
34
34
#include <wait_q.h>
35
35
36
36
extern void _k_thread_single_abort (struct tcs * thread );
Original file line number Diff line number Diff line change 27
27
#include <toolchain.h>
28
28
#include <sections.h>
29
29
#include <wait_q.h>
30
- #include <sched .h>
30
+ #include <ksched .h>
31
31
#include <misc/slist.h>
32
32
33
33
void k_fifo_init (struct k_fifo * fifo )
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #ifndef _sched__h_
18
- #define _sched__h_
17
+ #ifndef _ksched__h_
18
+ #define _ksched__h_
19
19
20
20
#include <kernel.h>
21
21
#include <nano_private.h>
@@ -336,4 +336,4 @@ static inline void _unpend_thread(struct k_thread *thread)
336
336
_mark_thread_as_not_pending (thread );
337
337
}
338
338
339
- #endif /* _sched__h_ */
339
+ #endif /* _ksched__h_ */
Original file line number Diff line number Diff line change 23
23
24
24
#ifdef CONFIG_KERNEL_V2
25
25
#include <misc/dlist.h>
26
- #include <sched .h>
26
+ #include <ksched .h>
27
27
#endif
28
28
29
29
#ifdef __cplusplus
Original file line number Diff line number Diff line change 31
31
#include <device.h>
32
32
#include <init.h>
33
33
#include <linker-defs.h>
34
- #include <sched .h>
34
+ #include <ksched .h>
35
35
36
36
/* kernel build timestamp items */
37
37
Original file line number Diff line number Diff line change 25
25
#include <toolchain.h>
26
26
#include <sections.h>
27
27
#include <wait_q.h>
28
- #include <sched .h>
28
+ #include <ksched .h>
29
29
30
30
void k_lifo_init (struct k_lifo * lifo )
31
31
{
Original file line number Diff line number Diff line change 21
21
#include <sections.h>
22
22
#include <wait_q.h>
23
23
#include <misc/dlist.h>
24
- #include <sched .h>
24
+ #include <ksched .h>
25
25
#include <init.h>
26
26
27
27
extern struct k_mem_map _k_mem_map_ptr_start [];
Original file line number Diff line number Diff line change 21
21
#include <kernel.h>
22
22
#include <nano_private.h>
23
23
#include <misc/debug/object_tracing_common.h>
24
- #include <sched .h>
24
+ #include <ksched .h>
25
25
#include <wait_q.h>
26
26
#include <init.h>
27
27
Original file line number Diff line number Diff line change 23
23
24
24
#include <kernel.h>
25
25
#include <nano_private.h>
26
- #include <sched .h>
26
+ #include <ksched .h>
27
27
#include <init.h>
28
28
29
29
struct offload_work {
Original file line number Diff line number Diff line change 17
17
#include <kernel.h>
18
18
#include <nano_private.h>
19
19
#include <atomic.h>
20
- #include <sched .h>
20
+ #include <ksched .h>
21
21
#include <wait_q.h>
22
22
23
23
/* set the bit corresponding to prio in ready q bitmap */
Original file line number Diff line number Diff line change 33
33
#include <sections.h>
34
34
#include <wait_q.h>
35
35
#include <misc/dlist.h>
36
- #include <sched .h>
36
+ #include <ksched .h>
37
37
38
38
#ifdef CONFIG_SEMAPHORE_GROUPS
39
39
struct _sem_desc {
Original file line number Diff line number Diff line change 23
23
#include <misc/debug/object_tracing_common.h>
24
24
#include <toolchain.h>
25
25
#include <sections.h>
26
- #include <sched .h>
26
+ #include <ksched .h>
27
27
#include <wait_q.h>
28
28
#include <misc/__assert.h>
29
29
Original file line number Diff line number Diff line change 31
31
#include <misc/printk.h>
32
32
#include <sys_clock.h>
33
33
#include <drivers/system_timer.h>
34
- #include <sched .h>
34
+ #include <ksched .h>
35
35
#include <wait_q.h>
36
36
37
37
extern struct _static_thread_data _k_task_list_start [];
Original file line number Diff line number Diff line change 27
27
#include <toolchain.h>
28
28
#include <sections.h>
29
29
#include <wait_q.h>
30
- #include <sched .h>
30
+ #include <ksched .h>
31
31
32
32
extern void _k_thread_single_abort (struct k_thread * thread );
33
33
Original file line number Diff line number Diff line change 17
17
#include <nano_private.h>
18
18
#include <misc/debug/object_tracing_common.h>
19
19
#include <wait_q.h>
20
- #include <sched .h>
20
+ #include <ksched .h>
21
21
#include <init.h>
22
22
23
23
/**
You can’t perform that action at this time.
0 commit comments