diff options
author | Duncan Coutts <duncan@well-typed.com> | 2020-12-29 16:39:36 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-11-22 02:06:17 -0500 |
commit | 5cf709c541a46a17ef2e36d589ba13d949d058e1 (patch) | |
tree | dbd2e595dbd3af2a3f904b084de3aa74e2099a8e /rts/Schedule.c | |
parent | 8901285ef64ab4aa16aa34096a1e2be42d4be246 (diff) | |
download | haskell-5cf709c541a46a17ef2e36d589ba13d949d058e1.tar.gz |
Move APPEND_TO_BLOCKED_QUEUE from cmm to C
The I/O and delay blocking primitives for the non-threaded way
currently access the blocked_queue and sleeping_queue directly.
We want to move where those queues are to make their ownership clearer:
to have them clearly belong to the I/O manager impls rather than to the
scheduler. Ultimately we will want to change their representation too.
It's inconvenient to do that if these queues are accessed directly from
cmm code. So as a first step, replace the APPEND_TO_BLOCKED_QUEUE with a
C version appendToIOBlockedQueue(), and replace the open-coded
sleeping_queue insertion with insertIntoSleepingQueue().
Diffstat (limited to 'rts/Schedule.c')
0 files changed, 0 insertions, 0 deletions