commit | 1a85a958dd619defb86810492db129e8cc74fd0c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 14 10:43:01 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 14 10:44:38 2022 +0200 |
tree | 490a21d59efddf788e92563348ca11e5cd1ee9a0 | |
parent | 8716875ea49393540c81eafe50663e694a7313d7 [diff] |
MINOR: tinfo: remove the global thread ID bit (tid_bit) Each thread has its own local thread id and its own global thread id, in addition to the masks corresponding to each. Once the global thread ID can go beyond 64 it will not be possible to have a global thread Id bit anymore, so better start to remove it and use only the local one from the struct thread_info.