mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-08 11:58:36 -04:00
Cleanup
This commit is contained in:
parent
cd5ccc2867
commit
11bd60b4f1
@ -113,9 +113,9 @@ struct semaphore {
|
||||
}
|
||||
|
||||
private:
|
||||
mutable spinlock value_lock; ///< The spin lock protecting the counter
|
||||
volatile size_t value; ///< The value of the counter
|
||||
wait_list queue; ///< The sleep queue
|
||||
spinlock value_lock; ///< The spin lock protecting the counter
|
||||
volatile size_t value; ///< The value of the counter
|
||||
wait_list queue; ///< The sleep queue
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user