Condvar: Make thread::tcpu() a const function
thread::tcpu() doesn't change the thread object, so let's mark it const, so it can be used on const sched::thread objects. We'll need it in the following patch, when we use it on wait_record.thread().
Please register or sign in to comment