index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
__threading_support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] Use mtx_plain | mtx_recursive following C11 API
Petr Hosek
2020-01-17
1
-1
/
+1
*
[libcxx] Use C11 thread API on Fuchsia
Petr Hosek
2020-01-14
1
-19
/
+220
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
[libcxx] Only declare contents of threading API when
David Spickett
2019-08-21
1
-2
/
+5
*
Fix availability of __thread_id on builds with external threading. Reviewed a...
Marshall Clow
2019-08-20
1
-8
/
+11
*
Fix thread comparison by making sure we never pass our special 'not a thread'...
Marshall Clow
2019-08-14
1
-3
/
+11
*
Rework recursive_timed_mutex so that it uses __thread_id instead of using the...
Marshall Clow
2019-08-14
1
-0
/
+73
*
__threading_support: Remove (void) in favor of ().
Bruce Mitchener
2019-07-01
1
-2
/
+2
*
[libc++] Avoid using timespec when it might not be available
Mikhail Maltsev
2019-06-21
1
-3
/
+5
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix typo
Fangrui Song
2018-09-17
1
-1
/
+1
*
libcxx: Unbreak external thread library configuration.
Peter Collingbourne
2018-02-21
1
-12
/
+9
*
libcxx: Move Windows threading support into a .cpp file.
Peter Collingbourne
2018-01-23
1
-266
/
+32
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-1
/
+6
*
libcxx: fix bootstrapping for mingw-w64
Martell Malone
2017-05-25
1
-1
/
+1
*
[libc++] Refactor Windows support headers.
Eric Fiselier
2017-05-10
1
-0
/
+1
*
Fix condition_variable::wait_until and wait_for on Windows.
Eric Fiselier
2017-05-05
1
-1
/
+4
*
Revert "threading_support: make __thread_sleep_for be alertable"
Saleem Abdulrasool
2017-02-18
1
-5
/
+3
*
threading_support: make __thread_sleep_for be alertable
Saleem Abdulrasool
2017-02-16
1
-2
/
+5
*
__threading_support: fix windows build
Saleem Abdulrasool
2017-02-10
1
-1
/
+2
*
Use protected name for the prototype arguments.
Joerg Sonnenberger
2017-02-09
1
-1
/
+1
*
Threading support: externalize sleep_for() function.
Asiri Rathnayake
2017-02-09
1
-2
/
+35
*
Recommit [libcxx] Never use <cassert> within libc++
Eric Fiselier
2017-02-04
1
-1
/
+0
*
Disable thread safety analysis for some functions in __thread_support
Dimitry Andric
2017-01-26
1
-8
/
+14
*
Fix chromium build (libcxx)
Asiri Rathnayake
2017-01-26
1
-11
/
+0
*
Revert "[libcxx] Never use <cassert> within libc++"
Eric Fiselier
2017-01-24
1
-0
/
+1
*
[libcxx] Never use <cassert> within libc++
Eric Fiselier
2017-01-24
1
-1
/
+0
*
[libcxx] Don't assume __libcpp_thread_t is an integral type
Asiri Rathnayake
2017-01-16
1
-0
/
+15
*
Attempt two at fixing threading on Windows
Eric Fiselier
2017-01-14
1
-9
/
+6
*
Fix thread creation on Windows
Eric Fiselier
2017-01-14
1
-13
/
+19
*
Fix Windows try_lock implementation
Eric Fiselier
2017-01-14
1
-12
/
+10
*
threading_support: delete the critical section
Saleem Abdulrasool
2017-01-10
1
-1
/
+1
*
provide Win32 native threading
Saleem Abdulrasool
2017-01-07
1
-1
/
+254
*
[libc++] Cleanup and document <__threading_support>
Eric Fiselier
2017-01-06
1
-37
/
+16
*
thread_support: split out {,non-}recursive mutex
Saleem Abdulrasool
2017-01-05
1
-2
/
+36
*
[libcxx] Add build/test support for the externally threaded libc++abi variant
Asiri Rathnayake
2017-01-03
1
-5
/
+32
*
[libcxx] Fix testing of the externally-threaded library build
Asiri Rathnayake
2017-01-03
1
-3
/
+17
*
threading_support: refactor for Win32 threading
Saleem Abdulrasool
2017-01-03
1
-81
/
+113
*
[libcxx] Improve the gcc workaround for the missing __has_include macro.
Asiri Rathnayake
2016-10-14
1
-13
/
+11
*
[libcxx] Do not declare the thread api when __external_threading is present
Asiri Rathnayake
2016-10-14
1
-4
/
+5
*
[libcxx] Fix gcc builds.
Asiri Rathnayake
2016-09-13
1
-2
/
+13
*
[libcxx] Introduce an externally-threaded libc++ variant.
Asiri Rathnayake
2016-09-11
1
-41
/
+72
*
[libcxx] Allow explicit pthread opt-in
Ben Craig
2016-05-25
1
-3
/
+3
*
Refactor pthread usage of libcxx.
Asiri Rathnayake
2016-05-06
1
-0
/
+205