condition variable signal/bcast need not wake unless there are waiters
authorRich Felker <dalias@aerifal.cx>
Sun, 7 Aug 2011 22:31:06 +0000 (18:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 7 Aug 2011 22:31:06 +0000 (18:31 -0400)
commit140778582487fb082716eec74324d7b16beb2daf
tree27003268f6f6757d9a0b6f2b64185e8b8e241b2c
parentcdfb725ca3e20e14c64ca8695496e430b89b3b2c
condition variable signal/bcast need not wake unless there are waiters
src/thread/pthread_cond_broadcast.c
src/thread/pthread_cond_signal.c