haproxy/include
Willy Tarreau d022e9c98b MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff
The aim is to rassemble all scheduler information related to the current
thread. It simply points to task_per_thread[tid] without having to perform
the operation at each time. We save around 1.2 kB of code on performance
sensitive paths and increase the request rate by almost 1%.
2019-09-24 11:23:30 +02:00
..
common MINOR: mt_lists: Give MT_LIST_ADD, MT_LIST_ADDQ and MT_LIST_DEL a return value. 2019-09-23 18:16:08 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff 2019-09-24 11:23:30 +02:00
types MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff 2019-09-24 11:23:30 +02:00