mirror of
https://github.com/ptitSeb/box86.git
synced 2025-05-08 21:08:57 +08:00
Fixed __thread test (test11 was outputing it's location)
This commit is contained in:
parent
9f0b1af6b7
commit
86d7f65026
@ -1,4 +1,3 @@
|
||||
Enter Testcase - ./test11
|
||||
Create/start 2 threads
|
||||
Thread 1: Entered (10/20)
|
||||
Thread 1: foo(), TLS data=0 2 "-1-"
|
||||
|
BIN
tests/test11
BIN
tests/test11
Binary file not shown.
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user