阅读背景:

访问静态初始化的__thread变量时出现分段错误

来源:互联网 

Consider the following code:

请考虑以下代码:

#include <stdio.h>

__thread bool foo = true;

int
main() {
    printf("foo = %d\n", foo);
    return 0;
}
#incl



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: