mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
sched/sched: fix typos and remove unused declarations in sched.h
This patch removes unnecessary and unimplemented function declarations in sched.h, fixing typos and cleaning up the header file. Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
This commit is contained in:
committed by
Matteo Golin
parent
c47b9dc26c
commit
629a9d4ace
@@ -307,12 +307,6 @@ extern volatile spinlock_t g_cpu_tasklistlock;
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
void nxsched_process_tick(void);
|
||||
|
||||
#if defined(CONFIG_HRTIMER) && defined(CONFIG_SCHED_TICKLESS)
|
||||
int nxsched_hrtimer_tick_start(clock_t tick);
|
||||
#endif
|
||||
|
||||
int nxthread_create(FAR const char *name, uint8_t ttype, int priority,
|
||||
FAR void *stack_addr, int stack_size, main_t entry,
|
||||
FAR char * const argv[], FAR char * const envp[]);
|
||||
|
||||
Reference in New Issue
Block a user