forked from OSchip/llvm-project
parent
f6c4a7a2f5
commit
b7c68ee856
|
@ -4,6 +4,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
int Global;
|
int Global;
|
||||||
|
__thread int huge[1024*1024];
|
||||||
|
|
||||||
void *Thread1(void *x) {
|
void *Thread1(void *x) {
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
Loading…
Reference in New Issue