Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149739 | Differences between
and this patch

Collapse All | Expand All

(-)gyvoice/protocol.c.orig (-1 / +1 lines)
Lines 586-592 Link Here
586
			pthread_cond_signal(&data_cond);
586
			pthread_cond_signal(&data_cond);
587
		    }
587
		    }
588
		pthread_mutex_unlock(&data_mutex);
588
		pthread_mutex_unlock(&data_mutex);
589
		pthread_yield();
589
		sched_yield();
590
		dbg_print("ytspextract: %d chunks are now available\n", (char *)playchunk);
590
		dbg_print("ytspextract: %d chunks are now available\n", (char *)playchunk);
591
	}
591
	}
592
}
592
}
(-)gyvoice/sound.c.orig (-1 / +1 lines)
Lines 229-235 Link Here
229
				silence = 0;
229
				silence = 0;
230
			    }
230
			    }
231
			pthread_mutex_unlock(&data_mutex);
231
			pthread_mutex_unlock(&data_mutex);
232
			pthread_yield();
232
			sched_yield();
233
233
234
		}
234
		}
235
	}
235
	}

Return to bug 149739