Files
jsix/src/kernel
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
..
2020-09-20 16:16:23 -07:00
2019-03-22 17:42:51 -07:00
2019-05-27 14:07:29 -07:00
2018-05-09 01:17:18 -07:00
2020-06-01 23:33:30 -07:00
2020-07-26 16:02:38 -07: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
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-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
2020-09-20 16:16:23 -07:00
2018-09-15 00:37:49 -07:00
2018-09-15 00:37:49 -07:00
2018-09-20 09:37:30 -07:00
2018-09-20 09:37:30 -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
2019-07-07 09:54:29 -07:00
2020-07-26 16:02:38 -07:00
2020-09-26 21:47:15 -07:00