kernel/thread_types: Remove Thread::condition_variable_entry.
Unused, and "struct PrivateConditionVariableEntry" no longer exists, anyway.
This commit is contained in:
@@ -487,8 +487,6 @@ struct Thread : TeamThreadIteratorEntry<thread_id>, KernelReferenceable {
|
||||
timer unblock_timer; // timer for block with timeout
|
||||
} wait;
|
||||
|
||||
struct PrivateConditionVariableEntry *condition_variable_entry;
|
||||
|
||||
struct {
|
||||
sem_id write_sem; // acquired by writers before writing
|
||||
sem_id read_sem; // release by writers after writing, acquired
|
||||
|
||||
Reference in New Issue
Block a user