File: threadtest.c

package info (click to toggle)
numactl 2.0.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 532 kB
  • ctags: 632
  • sloc: ansic: 5,054; sh: 321; makefile: 139; 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; }