Justin C. Miller
87b0a93d32
[kernel] Have thread call scheduler on blocking
...
Instead of making every callsite that may make a thread do a blocking
operation also invoke the scheduler, move that logic into thread
implementation - if the thread is blocking and is the current thread,
call schedule().
Related changes in this commit:
- Also make exiting threads and processes call the scheduler when
blocking.
- Threads start blocked, and get automatically added to the scheduler's
blocked list.
2020-09-27 21:35:15 -07:00
..
2018-05-16 10:14:40 -07:00
2020-09-27 21:35:15 -07:00
2020-09-27 21:35:15 -07:00
2020-06-28 17:49:31 -07:00
2020-09-20 16:16:23 -07:00
2020-09-17 01:33:10 -07:00
2019-03-22 17:42:51 -07:00
2018-05-16 10:14:40 -07:00
2019-05-27 14:07:29 -07:00
2020-07-12 17:43:37 -07:00
2020-07-12 17:43:37 -07:00
2020-08-30 18:47:14 -07:00
2020-08-30 18:47:14 -07:00
2018-05-09 01:17:18 -07:00
2020-06-01 23:33:30 -07:00
2020-06-01 23:33:30 -07:00
2020-07-26 16:02:38 -07:00
2019-02-03 18:59:09 -08:00
2019-02-03 18:59:09 -08:00
2020-09-20 16:16:23 -07:00
2020-08-22 16:34:58 -07:00
2020-08-22 16:34:58 -07:00
2020-09-20 16:16:23 -07:00
2020-07-12 17:43:37 -07:00
2018-05-08 01:11:03 -07:00
2018-05-03 22:01:33 -07:00
2020-09-23 00:29:05 -07:00
2020-09-23 00:29:05 -07:00
2019-03-15 00:47:46 -07:00
2019-03-15 00:47:46 -07:00
2019-02-17 23:38:40 -08:00
2020-07-12 17:43:37 -07:00
2020-07-12 17:43:37 -07:00
2018-09-16 23:50:54 -07:00
2020-09-17 00:48:17 -07:00
2018-09-12 20:59:08 -07:00
2019-03-31 22:49:24 -07:00
2018-09-15 00:37:49 -07:00
2018-09-15 00:37:49 -07:00
2020-07-12 16:07:20 -07:00
2020-06-02 20:30:07 -07:00
2019-04-06 18:25:09 -07:00
2020-09-20 16:16:23 -07:00
2020-09-27 15:34:24 -07:00
2018-09-15 00:37:49 -07:00
2018-09-15 00:37:49 -07:00
2020-09-27 16:06:25 -07:00
2020-09-27 16:06:25 -07:00
2018-09-20 09:37:30 -07:00
2018-09-20 09:37:30 -07:00
2019-04-02 00:25:36 -07:00
2020-09-27 21:35:15 -07:00
2020-09-27 21:35:15 -07:00
2018-05-03 22:01:33 -07:00
2018-05-03 22:01:33 -07:00
2020-05-31 23:58:01 -07:00
2018-05-03 00:08:22 -07:00
2020-08-09 17:27:51 -07:00
2020-08-09 17:27:51 -07:00
2020-08-23 17:10:14 -07:00
2019-07-07 09:54:29 -07:00
2020-09-26 22:01:21 -07:00
2020-07-26 16:02:38 -07:00
2019-04-02 00:25:36 -07:00
2020-09-26 21:47:15 -07:00
2020-09-27 15:34:24 -07:00
2020-09-27 17:31:23 -07:00
2020-09-27 16:06:25 -07:00