index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
threads.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename threads.cpp/h to alsem.cpp/h
Chris Robinson
2023-06-01
1
-125
/
+0
*
Move althrd_setname to its own source
Chris Robinson
2023-06-01
1
-66
/
+0
*
Fix ios crash at sem_init fail with errno=78(function not implemented) (#855)
Deal(一线灵)
2023-06-01
1
-1
/
+1
*
threads: do not use libdispatch where it is not present (#851)
Sergey Fedorov
2023-05-28
1
-1
/
+2
*
Use [[maybe_unused]] instead of std::ignore
Chris Robinson
2023-05-27
1
-12
/
+5
*
Avoid some uses of the LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
1
-1
/
+1
*
Recognize void(pthread_t,const char*)
Chris Robinson
2022-09-09
1
-1
/
+6
*
Avoid __try on ARMv7 targets with MSVC
Chris Robinson
2022-07-24
1
-1
/
+4
*
Use function overloading to handle pthread_setname_np differences
Chris Robinson
2022-02-23
1
-13
/
+26
*
Don't include headers in a namespace definition
Chris Robinson
2020-07-23
1
-4
/
+8
*
Avoid including windows.h in threads.h
Chris Robinson
2020-06-28
1
-3
/
+6
*
Enable and fix some more warnings
Chris Robinson
2019-09-18
1
-1
/
+1
*
Cleanup common sources' includes
Chris Robinson
2019-07-29
1
-8
/
+12
*
Use c++ headers
Filip Gawin
2019-01-09
1
-1
/
+1
*
Rename a function for consistency
Chris Robinson
2018-11-29
1
-3
/
+3
*
Avoid alsem* wrappers for al::semaphore
Chris Robinson
2018-11-27
1
-101
/
+42
*
Make and use a semaphore class
Chris Robinson
2018-11-27
1
-19
/
+31
*
Remove unused almtx stuff
Chris Robinson
2018-11-26
1
-58
/
+0
*
Remove the last remaining uses of althrd_t
Chris Robinson
2018-11-26
1
-85
/
+0
*
Remove althrd_t from Windows
Chris Robinson
2018-11-26
1
-76
/
+0
*
Don't pass the current thread to althrd_setname
Chris Robinson
2018-11-17
1
-18
/
+7
*
Convert threads.c to C++
Chris Robinson
2018-11-17
1
-0
/
+442