commit | b90935c9089a993c1bd0d5cd87dee61e19eb8dd2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 30 08:00:11 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 08 17:22:26 2021 +0200 |
tree | 70de4f98d22f499df3f45897f8c36c48e7ea8c5b | |
parent | 43ab05b3da3d1ec87b080903545d3f5eec1c96d0 [diff] |
MINOR: threads: add the current group ID in thread-local "tgid" variable This is the equivalent of "tid" for ease of access. In the future if we make th_cfg a pure thread-local array (not a pointer), it may make sense to move it there.