File: threadtest.c

package info (click to toggle)
numactl 2.0.8~rc4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 784 kB
  • sloc: ansic: 5,765; sh: 363; makefile: 150; perl: 59
file content (3 lines) | stat: -rwxr-xr-x 79 bytes parent folder | download | duplicates (2)
1
2
3
/* Test if gcc supports thread */
int __thread x;
int main(void) { return x; }