Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
ElmerCSC
Edit Copy
Star
GitHub Repository:
ElmerCSC/elmerfem
Path:
blob/devel/elmergrid/src/metis-5.1.0/GKlib/conf/check_thread_storage.c
3
2
0
6
views
1
extern
__thread
int
x
;
2
3
int
main
(
int
argc
,
char
*
*
argv
)
{
4
return
0
;
5
}
6
7