Fixed __thread test (test11 was outputing it's location)

This commit is contained in:
ptitSeb 2019-06-30 17:34:01 +02:00
parent 9f0b1af6b7
commit 86d7f65026
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
Enter Testcase - ./test11
Create/start 2 threads
Thread 1: Entered (10/20)
Thread 1: foo(), TLS data=0 2 "-1-"

Binary file not shown.

View File

@ -75,8 +75,6 @@ int main(int argc, char **argv)
int i;
threadparm_t gData[NUMTHREADS];
printf("Enter Testcase - %s\n", argv[0]);
printf("Create/start %d threads\n", NUMTHREADS);
for (i=0; i < NUMTHREADS; i++) {
/* Create per-thread TLS data and pass it to the thread */