Searched refs:thread_no (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/errno/
H A Derrno.c13 int thread_no = *(int*)arg; local
14 unittest_printf("do_test for thread: %d\n", thread_no);
15 errno = -thread_no;
17 unittest_printf("comparing result for: %d\n", thread_no);
18 EXPECT_EQ(errno, -thread_no, "Incorrect errno for this thread");
/fuchsia/zircon/system/utest/core/pthread-tls/
H A Dtls-test.c21 static void test_tls(int thread_no) { argument
22 int value1 = thread_no;
23 int value2 = thread_no + 10;
33 unittest_printf("tls_test completed for thread: %d\n", thread_no);

Completed in 88 milliseconds