summaryrefslogtreecommitdiffstats
path: root/Modules/_testinternalcapi/test_lock.c
Commit message (Expand)AuthorAgeFilesLines
* gh-110850: Rename internal PyTime C API functions (#115734)Victor Stinner2024-02-201-3/+3
* gh-110850: Cleanup pycore_time.h includes (#115724)Victor Stinner2024-02-201-1/+2
* gh-110850: Replace _PyTime_t with PyTime_t (#115719)Victor Stinner2024-02-201-2/+2
* gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)Sam Gross2023-12-161-0/+99
* gh-111956: Add thread-safe one-time initialization. (gh-111960)Sam Gross2023-11-161-0/+32
* gh-111119: Fix flaky test test_lock_two_threads (gh-111124)Sam Gross2023-10-201-4/+12
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-191-0/+353