From: Jamey Sharp Date: Sun, 18 Apr 2010 00:59:11 +0000 (-0700) Subject: Always wake up readers after writing. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0525e242368fffbc77ebb45293f34e80847e65a;hp=b0525e242368fffbc77ebb45293f34e80847e65a;p=free-sw%2Fxcb%2Flibxcb Always wake up readers after writing. Since writers must make sure they read as well, threads may have gone to sleep waiting for the opportunity to read. The writer must wake up one of those readers or the application can hang. Signed-off-by: Jamey Sharp Reviewed-by: Josh Triplett ---