Skip to content
Snippets Groups Projects
Commit c9c287eb authored by Venkatesh Srinivas's avatar Venkatesh Srinivas Committed by CQ bot account: commit-bot@chromium.org
Browse files

[zircon][kernel] Comment DPC contract

DPCs are a mechanism to queue work in the zircon kernel to run later from
thread context with interrupts enabled; comment the contract of DPCs more
completely.

* DPCs are run with interrupts enabled
* DPCs are queued to the current CPU and run there except in the presence of
  offlining/hotunplugging a CPU
* DPCs will never move CPUs while executing

Change-Id: Ib8d7d73cf6f8df99f49f632434387a3fd71f7f30
parent 063f6bc1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment