diff options
| author | Jerome Forissier <[email protected]> | 2025-04-18 16:09:37 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-23 13:19:44 -0600 |
| commit | 2325621fff219ee3b80641f714545f8b33013c0c (patch) | |
| tree | ac412db17bc7a6e4bf1d823cd8e384d5b7bf812e /doc/api | |
| parent | e831370af5102d8059d4f20d3317e2c39565e9af (diff) | |
lib: time: hook uthread_schedule() into udelay()
Introduce a uthread scheduling loop into udelay() when CONFIG_UTHREAD
is enabled. This means that any uthread calling into udelay() may yield
to uthread and be scheduled again later. There is no delay in the
scheduling loop because tests have shown that such a delay can have a
detrimental effect on the console (input drops characters).
Signed-off-by: Jerome Forissier <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'doc/api')
0 files changed, 0 insertions, 0 deletions
