haproxy/include
Willy Tarreau 721e932115 MINOR: task: make tasklet_wakeup() explicitly call _tasklet_wakeup_here()
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.
2026-06-24 19:08:00 +02:00
..
haproxy MINOR: task: make tasklet_wakeup() explicitly call _tasklet_wakeup_here() 2026-06-24 19:08:00 +02:00
import MINOR: mjson: reintroduce mjson_next() 2026-04-14 10:57:21 +02:00
make BUILD: makefile: add a qinfo macro to pass info in quiet mode 2025-01-08 11:26:05 +01:00