commit | 8323a375bc1e78b8078674b45b967687a7752005 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 20 18:57:53 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 20 21:14:12 2019 +0200 |
tree | a524095b3fe84abb6a90045d9ec09860fe80a1c7 | |
parent | 624dcbf41ec7aa4e6f39c906a4fc491f3d8d1a32 [diff] |
MINOR: threads: add a thread-local thread_info pointer "ti" Since we're likely to access this thread_info struct more frequently in the future, let's reserve the thread-local symbol to access it directly and avoid always having to combine thread_info and tid. This pointer is set when tid is set.