commit | c6cf64bb5ed0b87ca3db978a5dfcc3dd066c2865 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 27 16:23:44 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 01 19:15:15 2022 +0200 |
tree | 9b81e5a2ebd424d5db059af02992ebfc7f8ff3c0 | |
parent | 1e7f0d68b0b5f231260b6c766a64851fd4d73f90 [diff] |
MINOR: thread: use ltid_bit in ha_tkillall() Since commit cc7a11ee3 ("MINOR: threads: set the tid, ltid and their bit in thread_cfg") we ought not use (1UL << thr) to get the group mask for thread <thr>, but (ha_thread_info[thr].ltid_bit). ha_tkillall() needs this.