Lines Matching refs:background_thread_stopped
326 info->state = background_thread_stopped;
443 while (background_thread_info[0].state != background_thread_stopped) {
468 if (info->state != background_thread_stopped) {
473 info->state = background_thread_stopped;
478 background_thread_info[0].state = background_thread_stopped;
492 while (info->state != background_thread_stopped) {
500 assert(info->state == background_thread_stopped);
549 (info->state == background_thread_stopped);
581 info->state = background_thread_stopped;
628 assert(info->state == background_thread_stopped);
779 info->state = background_thread_stopped;
809 if (info->state != background_thread_stopped) {
932 info->state = background_thread_stopped; in background_thread_boot1()