summaryrefslogtreecommitdiff
path: root/block-sha1
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2010-01-30 00:54:05 +0100
committerJunio C Hamano <gitster@pobox.com>2010-01-29 19:42:40 -0800
commit947c3464e49522c55296a8191aed7946bd0f4308 (patch)
tree2a8aa77ee10f163641c2c67776f81ce7e4547d9d /block-sha1
parenta004fb923d74c1d5500d493506b1462eb04cf017 (diff)
downloadgit-947c3464e49522c55296a8191aed7946bd0f4308.tar.gz
Implement pthread_cond_broadcast on Windows
See http://www.cse.wustl.edu/~schmidt/win32-cv-1.html, section "The SignalObjectAndWait solution". But note that this implementation does not use SignalObjectAndWait (which is needed to achieve fairness, but we do not need fairness). Note that our implementations of pthread_cond_broadcast and pthread_cond_signal require that they are invoked with the mutex held that is used in the pthread_cond_wait calls. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'block-sha1')
0 files changed, 0 insertions, 0 deletions