Lioncash 0b78cfcc53 kernel/thread: Maintain priority ordering of added mutex waiting threads
The kernel keeps the internal waiting list ordered by priority. This is
trivial to do with std::find_if followed by an insertion.
2019-03-15 23:01:39 -04:00
..
2018-08-28 22:31:51 -04:00
2019-01-31 23:05:15 -05:00
2019-01-31 23:05:15 -05:00
2018-10-06 16:49:01 +10:00