You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit 755c3b227d3207458c251156cc9bf14df9da13fc
Author: winlin <[email protected]>
Date: Tue Apr 6 19:46:33 2021 +0800
ST: Change global stat variables to thread-local.
commit 2307a511567cbad01c232f0afdd3c283656aee78
Author: winlin <[email protected]>
Date: Tue Apr 6 15:21:14 2021 +0800
ST: Support thread-local ST, fix bug.
commit a385d361a654acd9e477ec5eef53d0eae975a63a
Author: winlin <[email protected]>
Date: Mon Apr 5 12:37:53 2021 +0800
ST: Change ST to thread-local
1. All statick and global variables is thread-local.
2. Call st_init() to init st for each thread.
3. Notice that ST is isolate for threads.
0 commit comments