aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/thread_pthread.h
Commit message (Expand)AuthorAge
* gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)Victor Stinner2023-09-30
* gh-101538: Add experimental wasi-threads build (#101537)YAMAMOTO Takashi2023-06-22
* gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)Eric Snow2022-12-09
* gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)Eric Snow2022-12-08
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-27
* gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)Victor Stinner2022-06-21
* gh-74953: Reformat PyThread_acquire_lock_timed() (#93947)Victor Stinner2022-06-19
* gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (#93...Victor Stinner2022-06-17
* gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)Victor Stinner2022-06-17
* bpo-42047: Add native thread ID for DragonFlyBSD (#22714)David CARLIER2022-05-18
* gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)Gregory P. Smith2022-05-09
* bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)Eric Snow2021-12-07
* bpo-41710: Add private _PyDeadline_Get() function (GH-28674)Victor Stinner2021-10-01
* bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)Victor Stinner2021-10-01
* bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)Victor Stinner2021-09-30
* bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)Victor Stinner2021-09-30
* bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)Ɓukasz Langa2021-09-03
* bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)pxinwr2020-12-09
* Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)Benjamin Peterson2020-07-15
* bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)Victor Stinner2020-04-14
* bpo-40268: Include explicitly pycore_interp.h (GH-19505)Victor Stinner2020-04-14
* bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)Victor Stinner2020-04-07
* Use calloc-based functions, not malloc. (GH-19152)Andy Lester2020-03-24
* bpo-38852: Set thread stack size to 8 Mb for debug builds on android platform...xdegaye2019-12-08
* bpo-38068: Clean up gettimeofday configure logic. (GH-15775)Benjamin Peterson2019-09-10
* bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit t...Michael Felt2019-08-03
* bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)Ronald Oussoren2019-08-01
* bpo-37077: Add native thread ID (TID) for AIX (GH-13624)Michael Felt2019-06-13
* bpo-37160: Thread native ID NetBSD support (GH-13835)David Carlier2019-06-12
* bpo-37087: Adding native ID support for OpenBSD (GH-13654)David Carlier2019-06-03
* bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)Jake Tesler2019-05-22
* Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...Victor Stinner2019-05-21
* bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)Jake Tesler2019-05-12
* bpo-36594: Fix incorrect use of %p in format strings (GH-12769)Zackery Spytz2019-05-06
* bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)Victor Stinner2019-05-04
* bpo-12822: use monotonic clock for condvar if possible (GH-11723)Inada Naoki2019-02-20
* bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)Siddhesh Poyarekar2018-11-30
* bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)Victor Stinner2018-11-01
* bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner2018-01-22
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-08
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-24
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-06
* remove support for BSD/OS (closes bpo-31624) (#3812)Benjamin Peterson2017-09-28
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-07
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-05
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-05
* bpo-30832: Remove own implementation for thread-local storage (#2537)Masayuki Yamamoto2017-07-03
* bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)Antoine Pitrou2017-06-26
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-23
* bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)Daniel Birnstiel2017-03-21