mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-10 03:56:49 +00:00
fix: 删除semaphore的多余函数声明
This commit is contained in:
parent
416a802b9c
commit
26a6edee71
@ -24,8 +24,6 @@ typedef struct
|
|||||||
wait_queue_node_t wait_queue;
|
wait_queue_node_t wait_queue;
|
||||||
} semaphore_t;
|
} semaphore_t;
|
||||||
|
|
||||||
void __semaphore_invoke_sched();
|
|
||||||
void __semaphore_sched_enqueue(struct process_control_block *pcb);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief 初始化信号量
|
* @brief 初始化信号量
|
||||||
|
Loading…
x
Reference in New Issue
Block a user