Searched refs:thread_1 (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 28 unittest_printf("creating thread: %d\n", thread_1); in errno_test() 29 pthread_create(&thread2, NULL, do_test, &thread_1); in errno_test() 36 unittest_printf("joining thread: %d\n", thread_1); 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 55 unittest_printf("creating thread: %d\n", thread_1); in tls_test() 56 pthread_create(&thread2, NULL, do_work, &thread_1); in tls_test() 63 unittest_printf("joining thread: %d\n", thread_1); in tls_test()
|
Completed in 3 milliseconds