projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e2ce6
)
WIP: SQUASH WITH SYNC POINT
author
Christopher Faulet
<cfaulet@haproxy.com>
Fri, 27 Oct 2017 21:01:38 +0000
(23:01 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Tue, 31 Oct 2017 12:58:30 +0000
(13:58 +0100)
src/hathreads.c
patch
|
blob
|
history
diff --git
a/src/hathreads.c
b/src/hathreads.c
index
470ee02
..
26a6493
100644
(file)
--- a/
src/hathreads.c
+++ b/
src/hathreads.c
@@
-103,7
+103,7
@@
static inline void thread_sync_barrier(volatile unsigned long *barrier)
unsigned long old = all_threads_mask;
HA_ATOMIC_CAS(barrier, &old, 0);
- HA_ATOMIC_OR(barrier, tid_bit;
+ HA_ATOMIC_OR(barrier, tid_bit);
while (*barrier != all_threads_mask)
pl_cpu_relax();
}