Searched refs:thread_no (Results 1 – 2 of 2) sorted by relevance
13 int thread_no = *(int*)arg; in do_test() local14 unittest_printf("do_test for thread: %d\n", thread_no); in do_test()15 errno = -thread_no; in do_test()17 unittest_printf("comparing result for: %d\n", thread_no); in do_test()18 EXPECT_EQ(errno, -thread_no, "Incorrect errno for this thread"); in do_test()
21 static void test_tls(int thread_no) { in test_tls() argument22 int value1 = thread_no; in test_tls()23 int value2 = thread_no + 10; in test_tls()33 unittest_printf("tls_test completed for thread: %d\n", thread_no); in test_tls()
Completed in 3 milliseconds