Searched refs:tnum (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/system/network/
H A Dtest3.c21 int tnum = *(int*)data; local
33 printf("Thread %d, starting test\n", tnum + 1);
46 printf("Thread %d: completed creating %d sockets...\n", tnum+1, qty);
64 printf( "Thread %d complete\n", tnum);
H A Dtest2.c20 int tnum = *(int*)data; local
33 printf("Thread %d, starting test...\n", tnum + 1);
52 tnum + 1, num, TIME, num / TIME);
H A Dtest1.c16 int tnum = *(int*)data; local
21 printf("Thread %d, starting test...\n", tnum + 1);
42 tnum + 1, num, TIME, num / TIME);

Completed in 37 milliseconds