haproxy/include
Willy Tarreau 522cfbc1ea MINOR: init/threads: make the global threads an array of structs
This way we'll be able to store more per-thread information than just
the pthread pointer. The storage became an array of struct instead of
an allocated array since it's very small (typically 512 bytes) and not
worth the hassle of dealing with memory allocation on this. The array
was also renamed thread_info to make its intended usage more explicit.
2019-05-20 11:37:57 +02:00
..
common CLEANUP: threads: remove the now unused START_LOCK label 2019-05-20 11:26:12 +02:00
import
proto MEDIUM: init/mworker: make the pipe register function a regular initcall 2019-05-20 11:26:12 +02:00
types MINOR: init/threads: make the global threads an array of structs 2019-05-20 11:37:57 +02:00