index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
src
/
c++11
/
thread.cc
Age
Commit message (
Expand
)
Author
2025-10-14
libstdc++: Avoid overflow in timeout conversions [PR113327]
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-01-03
Update copyright years.
Jakub Jelinek
2023-03-03
link pthread_join from std::thread ctor
Alexandre Oliva
2023-01-16
Update copyright years.
Jakub Jelinek
2023-01-07
Always define `WIN32_LEAN_AND_MEAN` before <windows.h>
LIU Hao
2022-12-23
Reimplement GNU threads library on native Windows
Eric Botcazou
2022-10-19
libstdc++/thread: Implement `_GLIBCXX_NPROCS` for Windows
LIU Hao
2022-05-13
libstdc++: Make std::thread::_State private
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-01-04
Update copyright years.
Jakub Jelinek
2020-12-09
libstdc++: Fix build failure for target with no way to sleep
Jonathan Wakely
2020-11-24
libstdc++: Throw instead of segfaulting in std::thread constructor [PR 67791]
Jonathan Wakely
2020-11-19
libstdc++: Move std::thread to a new header
Jonathan Wakely
2020-08-11
libstdc++: Make std::this_thread functions work without gthreads
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-01-01
Update copyright years.
Jakub Jelinek
2018-10-11
PR libstdc++/80538 Only call sleep for non-zero values
Jonathan Wakely
2018-07-26
Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
2017-06-12
PR libstdc++/55917 do not handle exceptions in std::thread
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-04-05
Ensure std::thread helpers have internal linkage
Jonathan Wakely
2016-01-04
Update copyright years.
Jakub Jelinek
2015-11-11
Loop in std::this_thread sleep functions
Jonathan Wakely
2015-09-29
Reduce space and time overhead of std::thread
Jonathan Wakely
2015-06-16
re PR libstdc++/65393 (std::thread shared_ptr inefficiency)
Jonathan Wakely
2015-01-05
Update copyright years.
Jakub Jelinek
2014-12-12
re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...
Jonathan Wakely
2014-08-13
re PR libstdc++/61841 (broken std::thread on Hurd)
Jonathan Wakely
2014-01-09
re PR libstdc++/59680 (Compile error in thread.cc)
Jonathan Wakely
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
2012-12-20
re PR libstdc++/55741 (bootstrap fails in libstdc++-v3/src/c++11/thread.cc)
Jonathan Wakely
2012-12-16
thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...
Jonathan Wakely
2012-11-23
re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...
Jonathan Wakely
2012-08-12
re PR libstdc++/52681 ([C++11] Using std::thread without -pthread crashes wit...
Jonathan Wakely
2012-01-23
[multiple changes]
Benjamin Kosnik