Lines Matching refs:background_thread_stopped
328 info->state = background_thread_stopped;
445 while (background_thread_info[0].state != background_thread_stopped) {
470 if (info->state != background_thread_stopped) {
475 info->state = background_thread_stopped;
480 background_thread_info[0].state = background_thread_stopped;
494 while (info->state != background_thread_stopped) {
502 assert(info->state == background_thread_stopped);
550 (info->state == background_thread_stopped);
582 info->state = background_thread_stopped;
616 assert(info->state == background_thread_stopped);
767 info->state = background_thread_stopped;
791 if (info->state != background_thread_stopped) {
902 info->state = background_thread_stopped; in background_thread_boot1()