haproxy/include
Willy Tarreau 8323a375bc MINOR: threads: add a thread-local thread_info pointer "ti"
Since we're likely to access this thread_info struct more frequently in
the future, let's reserve the thread-local symbol to access it directly
and avoid always having to combine thread_info and tid. This pointer is
set when tid is set.
2019-05-20 21:14:12 +02:00
..
common MINOR: threads: add a thread-local thread_info pointer "ti" 2019-05-20 21:14:12 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: init/mworker: make the pipe register function a regular initcall 2019-05-20 11:26:12 +02:00
types REORG: threads: move the struct thread_info from global.h to hathreads.h 2019-05-20 20:00:25 +02:00