mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-05 23:39:16 -04:00
This patch moves the tid check upper in the chain, in tasklet_wakeup() so as to branch to _tasklet_wakeup_here() for run-anywhere tasklets, or _tasklet_wakeup_on() for designated threads. The tid is retrieved via __task_get_current_owner() so that the call remains compatible with tasklets that would have a super-negative tid due to being tasks used as tasklets. |
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||
| make | ||