Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
86fcf6d6cde12919a75cecd73305601d9a1626f2
/
include
/
common
/
hathreads.h
9a1f573
MEDIUM: threads: add thread_sync_release() to synchronize steps
by Willy Tarreau
· 5 years ago
4a3fef8
MINOR: dict: Add dictionary new data structure.
by Frédéric Lécaille
· 5 years ago
c3b5958
BUG/MEDIUM: threads: fix double-word CAS on non-optimized 32-bit platforms
by Willy Tarreau
· 5 years ago
430f590
MINOR: threads: add a timer_t per thread in thread_info
by Willy Tarreau
· 5 years ago
e6a02fa
MINOR: threads: add a "stuck" flag to the thread_info struct
by Willy Tarreau
· 5 years ago
2beaaf7
MINOR: threads: implement ha_tkill() and ha_tkillall()
by Willy Tarreau
· 5 years ago
441259c
MINOR: threads: make threads_{harmless|want_rdv}_mask constant 0 without threads
by Willy Tarreau
· 5 years ago
81036f2
MINOR: time: move the cpu, mono, and idle time to thread_info
by Willy Tarreau
· 5 years ago
8323a37
MINOR: threads: add a thread-local thread_info pointer "ti"
by Willy Tarreau
· 5 years ago
624dcbf
MINOR: threads: always place the clockid in the struct thread_info
by Willy Tarreau
· 5 years ago
5a6e224
REORG: threads: move the struct thread_info from global.h to hathreads.h
by Willy Tarreau
· 5 years ago
b49a58d
CLEANUP: threads: remove the now unused START_LOCK label
by Willy Tarreau
· 5 years ago
38171da
MINOR: thread: implement ha_thread_relax()
by Willy Tarreau
· 5 years ago
6a38b32
BUILD: threads: fix again the __ha_cas_dw() definition
by Willy Tarreau
· 5 years ago
f4436e1
BUILD: threads: Add __ha_cas_dw fallback for single threaded builds
by Chris Packham
· 5 years ago
9ce62b5
MINOR: threads: Implement HA_ATOMIC_LOAD().
by Olivier Houchard
· 6 years ago
d803e47
MINOR: log: Enable the log sampling and load-balancing feature.
by Frédéric Lécaille
· 6 years ago
3212a2c
BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7.
by Olivier Houchard
· 6 years ago
d0c3b88
MINOR: threads: Add macros to do atomic operation with no memory barrier.
by Olivier Houchard
· 6 years ago
1135379
MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the newer atomic API.
by Olivier Houchard
· 6 years ago
9abcf6e
MINOR: threads: Implement __ha_barrier_atomic*.
by Olivier Houchard
· 6 years ago
01abd02
BUG/MEDIUM: listener: use a self-locked list for the dequeue lists
by Willy Tarreau
· 6 years ago
149ab77
MAJOR: threads: enable one thread per CPU by default
by Willy Tarreau
· 6 years ago
4ddf59d
MEDIUM: 51d: Enabled multi threaded operation in the 51Degrees module.
by Ben51Degrees
· 6 years ago
da9e939
CLEANUP: threads: fix misleading comment about all_threads_mask
by Willy Tarreau
· 6 years ago
f5809cd
MINOR: threads: make MAX_THREADS configurable at build time
by Willy Tarreau
· 6 years ago
90fa97b
MINOR: threads: add new macros to declare self-initializing locks
by Willy Tarreau
· 6 years ago
a8ae77d
MINOR: thread: provide a set of lock initialisers
by Willy Tarreau
· 6 years ago
34d4b52
BUG/MEDIUM: auth/threads: use of crypt() is not thread-safe
by Willy Tarreau
· 6 years ago
2325d8a
BUG/MINOR: threads: move declaration of capabilities to config.h
by Willy Tarreau
· 6 years ago
9378df8
MINOR: thread: implement HA_ATOMIC_XADD()
by Willy Tarreau
· 6 years ago
259e473
BUG/MINOR: threads: Remove the unexisting lock label "UPDATED_SERVERS_LOCK"
by Christopher Faulet
· 6 years ago
91c2826
CLEANUP: server: remove the update list and the update lock
by Willy Tarreau
· 6 years ago
647c70b
MINOR: threads: remove the previous synchronization point
by Willy Tarreau
· 6 years ago
60b639c
MEDIUM: hathreads: implement a more flexible rendez-vous point
by Willy Tarreau
· 6 years ago
0c026f4
MINOR: threads: add more consistency between certain variables in no-thread case
by Willy Tarreau
· 6 years ago
0ccd322
MINOR: threads: move "nbthread" parsing to hathreads.c
by Willy Tarreau
· 6 years ago
3e12304
BUG/MINOR: threads: Handle nbthread == MAX_THREADS.
by Olivier Houchard
· 6 years ago
3201e4e
MEDIUM: queue: get rid of the pendconn lock
by Willy Tarreau
· 6 years ago
ddb6c16
BUG/MEDIUM: threads: Fix the exit condition of the thread barrier
by Christopher Faulet
· 6 years ago
6e1796e
BUG/MINOR: signals: ha_sigmask macro for multithreading
by William Lallemand
· 6 years ago
0cd82e8
BUG/BUILD: threads: unbreak build without threads
by Willy Tarreau
· 6 years ago
6b96f72
BUG/MEDIUM: pollers: Use a global list for fd shared between threads.
by Olivier Houchard
· 7 years ago
48aa13f
BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes
by Christopher Faulet
· 7 years ago
4037a3f
MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown"
by Willy Tarreau
· 7 years ago
5cd4bbd
BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management
by Christopher Faulet
· 7 years ago
16f45c8
BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe
by Christopher Faulet
· 7 years ago
41ccb19
BUG/MEDIUM: threads: fix the double CAS implementation for ARMv7
by Willy Tarreau
· 7 years ago
4815c8c
MAJOR: fd/threads: Make the fdcache mostly lockless.
by Olivier Houchard
· 7 years ago
5266b3e
MINOR: threads: add test and set/reset operations
by Willy Tarreau
· 7 years ago
f61f0cb
MINOR: threads: Introduce double-width CAS on x86_64 and arm.
by Olivier Houchard
· 7 years ago
f51bac2
BUG/MINOR: threads: Update labels array because of changes in lock_label enum
by Christopher Faulet
· 7 years ago
82b37d7
MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock
by Willy Tarreau
· 7 years ago
f2b5c99
CLEANUP: fd/threads: remove the now unused fdtab_lock
by Willy Tarreau
· 7 years ago
1605c7a
BUG/MEDIUM: threads/mworker: fix a race on startup
by Willy Tarreau
· 7 years ago
421f02e
MINOR: threads: add a MAX_THREADS define instead of LONGBITS
by Willy Tarreau
· 7 years ago
ec5e845
BUILD/MINOR: ancient gcc versions atomic fix
by David Carlier
· 7 years ago
1a69af6
MINOR: hathreads: add support for gcc < 4.7
by Willy Tarreau
· 7 years ago
e9a896e
BUG/MINOR: threads: tid_bit must be a unsigned long
by Christopher Faulet
· 7 years ago
9dcf9b6
MINOR: threads: Use __decl_hathreads to declare locks
by Christopher Faulet
· 7 years ago
d8b3b65
BUG/MEDIUM: splice/threads: pipe reuse list was not protected.
by Emeric Brun
· 7 years ago
2a944ee
BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix
by Christopher Faulet
· 7 years ago
88ac59b
MINOR: threads: use faster locks for the spin locks
by Willy Tarreau
· 7 years ago
7c2a2ad
BUG/MINOR: thread: fix a typo in the debug code
by Willy Tarreau
· 7 years ago
b29dc95
MINOR: threads: add a portable barrier for threads and non-threads
by Willy Tarreau
· 7 years ago
c2a89a6
MINOR: threads/mailers: Add a lock to protect queues of email alerts
by Christopher Faulet
· 7 years ago
cfda847
MINOR: threads/checks: Add a lock to protect the pid list used by external checks
by Christopher Faulet
· 7 years ago
b2812a6
MEDIUM: thread/dns: Make DNS thread-safe
by Christopher Faulet
· 7 years ago
24289f2
MEDIUM: thread/spoe: Make the SPOE thread-safe
by Christopher Faulet
· 7 years ago
738a6d7
MEDIUM: threads/tasks: Add lock around notifications
by Thierry FOURNIER
· 7 years ago
61ba0e2
MEDIUM: threads/lua: Add locks around the Lua execution parts.
by Thierry FOURNIER
· 7 years ago
8ca3b4b
MEDIUM: threads/compression: Make HTTP compression thread-safe
by Christopher Faulet
· 7 years ago
e95f2c3
MEDIUM: thread/vars: Make vars thread-safe
by Christopher Faulet
· 7 years ago
b5997f7
MAJOR: threads/map: Make acls/maps thread safe
by Emeric Brun
· 7 years ago
821bb9b
MAJOR: threads/ssl: Make SSL part thread-safe
by Emeric Brun
· 7 years ago
6b35e9b
MEDIUM: threads/stream: Make streams list thread safe
by Emeric Brun
· 7 years ago
a1dd243
MAJOR: threads/buffer: Make buffer wait queue thread safe
by Emeric Brun
· 7 years ago
80527f5
MAJOR: threads/peers: Make peers thread safe
by Emeric Brun
· 7 years ago
1138fd0
MAJOR: threads/applet: Handle multithreading for applets
by Emeric Brun
· 7 years ago
819fc6f
MEDIUM: threads/stick-tables: handle multithreads on stick tables
by Emeric Brun
· 7 years ago
5b51755
MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe
by Christopher Faulet
· 7 years ago
5d42e09
MINOR: threads/server: Add a lock to deal with insert in updates_servers list
by Christopher Faulet
· 7 years ago
29f77e8
MEDIUM: threads/server: Add a lock per server and atomically update server vars
by Christopher Faulet
· 7 years ago
ff8abcd
MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars
by Christopher Faulet
· 7 years ago
8d8aa0d
MEDIUM: threads/listeners: Make listeners thread-safe
by Christopher Faulet
· 7 years ago
b79a94c
MEDIUM: threads/signal: Add a lock to make signals thread-safe
by Christopher Faulet
· 7 years ago
c60def8
MAJOR: threads/task: handle multithread on task scheduler
by Emeric Brun
· 7 years ago
d4604ad
MAJOR: threads/fd: Make fd stuffs thread-safe
by Christopher Faulet
· 7 years ago
b349e48
MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool
by Christopher Faulet
· 7 years ago
339fff8
MEDIUM: threads: Adds a set of functions to handle sync-point
by Christopher Faulet
· 7 years ago
1a2b56e
MEDIUM: threads: Add hathreads header file
by Christopher Faulet
· 7 years ago