Lines Matching refs:threads
357 } threads[] = {
399 if (t != threads) {
666 init_thread(threads);
667 ep0_init(threads, legacy_descriptors);
669 for (i = 1; i < sizeof threads / sizeof *threads; ++i)
670 init_thread(threads + i);
672 for (i = 1; i < sizeof threads / sizeof *threads; ++i)
673 start_thread(threads + i);
675 start_thread_helper(threads);
677 for (i = 1; i < sizeof threads / sizeof *threads; ++i)
678 join_thread(threads + i);