Home
last modified time | relevance | path

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

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