Home
last modified time | relevance | path

Searched refs:root_thread (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str01.c548 pthread_t root_thread; in main() local
665 if ((rc = pthread_create(&root_thread, &attr, (void *)doit, NULL))) { in main()
678 if ((rc = pthread_join(root_thread, NULL))) { in main()
Dpth_str03.c528 pthread_t root_thread; in main() local
636 if ((rc = pthread_create(&root_thread, &attr, doit, NULL))) { in main()
647 if ((rc = pthread_join(root_thread, NULL))) { in main()