1
0
mirror of https://github.com/git/git.git synced 2024-09-29 16:41:53 +02:00
git/compat/win32
Johannes Sixt 947c3464e4 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>
2010-01-29 19:42:40 -08:00
..
pthread.c Implement pthread_cond_broadcast on Windows 2010-01-29 19:42:40 -08:00
pthread.h Implement pthread_cond_broadcast on Windows 2010-01-29 19:42:40 -08:00