Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
6d9a455da17251c34d3c552f2a963447f52fdd80
/
src
/
hathreads.c
9a1f573
MEDIUM: threads: add thread_sync_release() to synchronize steps
by Willy Tarreau
· 5 years ago
31cba0d
MINOR: threads: avoid clearing harmless twice in thread_release()
by Willy Tarreau
· 5 years ago
2beaaf7
MINOR: threads: implement ha_tkill() and ha_tkillall()
by Willy Tarreau
· 5 years ago
05ed14c
CLEANUP: threads: really move thread_info to hathreads.c
by Willy Tarreau
· 5 years ago
8323a37
MINOR: threads: add a thread-local thread_info pointer "ti"
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
38171da
MINOR: thread: implement ha_thread_relax()
by Willy Tarreau
· 5 years ago
46453d3
MINOR: threads: Implement thread_cpus_enabled() for FreeBSD.
by Olivier Houchard
· 6 years ago
b23a61f
MEDIUM: threads: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· 6 years ago
149ab77
MAJOR: threads: enable one thread per CPU by default
by Willy Tarreau
· 6 years ago
fc64736
CLEANUP: threads: use nbits to calculate the thread mask
by Willy Tarreau
· 6 years ago
f5809cd
MINOR: threads: make MAX_THREADS configurable at build time
by Willy Tarreau
· 6 years ago
8459f25
BUILD: thread: properly report multi-thread support
by Willy Tarreau
· 6 years ago
8071338
MINOR: initcall: apply initcall to all register_build_opts() calls
by Willy Tarreau
· 6 years ago
a8ae77d
MINOR: thread: provide a set of lock initialisers
by Willy Tarreau
· 6 years ago
a9c0252
BUG/MEDIUM: threads: fix thread_release() at the end of the rendez-vous point
by Willy Tarreau
· 6 years ago
647c70b
MINOR: threads: remove the previous synchronization point
by Willy Tarreau
· 6 years ago
ab657ce
BUG/MEDIUM: threads: fix the no-thread case after the change to the sync 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
3ea2490
BUG/MEDIUM: threads/sync: use sched_yield when available
by Willy Tarreau
· 6 years ago
ddb6c16
BUG/MEDIUM: threads: Fix the exit condition of the thread barrier
by Christopher Faulet
· 6 years ago
6b96f72
BUG/MEDIUM: pollers: Use a global list for fd shared between threads.
by Olivier Houchard
· 7 years ago
148b16e
BUG/MEDIUM: threads: Fix the sync point for more than 32 threads
by Christopher Faulet
· 7 years ago
e96e61c
BUILD/MINOR: threads: always export thread_sync_io_handler()
by Willy Tarreau
· 7 years ago
4037a3f
MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown"
by Willy Tarreau
· 7 years ago
a9786b6
MINOR: fd: pass the iocb and owner to fd_insert()
by Willy Tarreau
· 7 years ago
c20d737
BUG/MINOR: threads: always set an owner to the thread_sync pipe
by Willy Tarreau
· 7 years ago
81991d3
BUG/MAJOR: thread: Be sure to request a sync between threads only once at a time
by Christopher Faulet
· 7 years ago
e9a896e
BUG/MINOR: threads: tid_bit must be a unsigned long
by Christopher Faulet
· 7 years ago
2a944ee
BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix
by Christopher Faulet
· 7 years ago
6dbd3e9
BUG/MEDIUM: threads: don't try to free build option message on exit
by Willy Tarreau
· 7 years ago
0493149
MINOR: thread: report multi-thread support in haproxy -vv
by Willy Tarreau
· 7 years ago
209d02a
WIP: SQUASH WITH SYNC POINT
by Christopher Faulet
· 7 years ago
36716a7
MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert
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