Commit 43662417 authored by Lioncash's avatar Lioncash
Browse files

kernel/thread: Make AllWaitObjectsReady() a const qualified member function

Now that ShouldWait() is a const qualified member function, this one can
be made const qualified as well, since it can handle passing a const
qualified this pointer to ShouldWait().
parent 20cc0b8d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment