History log of /external/python/cpython3/Python/condvar.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
af580dff4af3cb812cdd7a229a4a65059b3bc1ee 06-Sep-2016 Benjamin Peterson <benjamin@python.org> replace PY_LONG_LONG with long long
/external/python/cpython3/Python/condvar.h
15f44ab043b37c064d6891c7864205fed9fb0dd1 30-Aug-2016 Raymond Hettinger <python@rcn.com> Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
/external/python/cpython3/Python/condvar.h
009b811d678f36cf63be4fe26f3fbaa38aa0078e 18-Mar-2015 Serhiy Storchaka <storchaka@gmail.com> Removed unintentional trailing spaces in non-external and non-generated C files.
/external/python/cpython3/Python/condvar.h
33096fe8296b57c6e634e58af1c632b8e2f5bc05 08-May-2014 Kristján Valur Jónsson <sweskman@gmail.com> The PyCOND_TIMEDWAIT must use microseconds for the timeout argument
in order to have the same resolution as pthreads condition variables.
At the same time, it must be large enough to accept 31 bits of
milliseconds, which is the maximum timeout value in the windows API.
A PY_LONG_LONG of microseconds fullfills both requirements.
This closes issue #20737
/external/python/cpython3/Python/condvar.h
32ecccaf632ba1219734249f528a451076290386 20-Mar-2013 Kristján Valur Jónsson <sweskman@gmail.com> Issue #15038 : Fixing the condition broadcast and docs.
/external/python/cpython3/Python/condvar.h
b26a9b10ea5f095da0c699e41b29a724021cd09a 25-Jan-2013 Martin v. Löwis <martin@v.loewis.de> Replace WaitForSingleObject with WaitForSingleObjectEx,
for better WinRT compatibility.
/external/python/cpython3/Python/condvar.h
0006aacb9dda6d62013c86aac47d977b3f04921a 19-Jun-2012 Kristjan Valur Jonsson <sweskman@gmail.com> Issue #15038: Document caveats with the emulated condition variables.
/external/python/cpython3/Python/condvar.h
1617077bccc4ff0c3d54d066af4c3cfd532cf3fa 19-Jun-2012 Kristjan Valur Jonsson <sweskman@gmail.com> Issue #15038:
Fix incorrect test of the condition variable state, spotted by
Richard Oudkerk. This could cause the internal condition variable
to grow without bounds.
/external/python/cpython3/Python/condvar.h
e75ff35af2b6c85d48c68b95f295aeac7396b162 18-Jun-2012 Kristján Valur Jónsson <kristjan@ccpgames.com> Issue #15038: Optimize python Locks on Windows
Extract cross-platform condition variable support into a separate file and
provide user-mode non-recursive locks for Windows.
/external/python/cpython3/Python/condvar.h