Searched refs:thread_2 (Results 1 – 2 of 2) sorted by relevance
| /system/utest/errno/ |
| A D | errno.c | 24 int main_thread = 1, thread_1 = 2, thread_2 = 3; in errno_test() local 31 unittest_printf("creating thread: %d\n", thread_2); in errno_test() 32 pthread_create(&thread3, NULL, do_test, &thread_2); in errno_test() 39 unittest_printf("joining thread: %d\n", thread_2); in errno_test()
|
| /system/utest/core/pthread-tls/ |
| A D | tls-test.c | 51 int main_thread = 1, thread_1 = i * 2, thread_2 = i * 2 + 1; in tls_test() local 58 unittest_printf("creating thread: %d\n", thread_2); in tls_test() 59 pthread_create(&thread3, NULL, do_work, &thread_2); in tls_test() 66 unittest_printf("joining thread: %d\n", thread_2); in tls_test()
|
Completed in 3 milliseconds