index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
/
threads.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Use ifdef-else in threads.cpp (#6355)
Alon Zakai
2024-02-27
1
-2
/
+2
*
[Emscripten port] Fix core count logic for Emscripten+pthreads (#6350)
Alon Zakai
2024-02-26
1
-3
/
+5
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-3
/
+3
*
Use C++17's [[maybe_unused]]. NFC (#5309)
Sam Clegg
2022-12-02
1
-2
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-1
/
+2
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-17
/
+26
*
Don't call static desructors when Fatal() errors occur (#1722)
Sam Clegg
2018-11-02
1
-2
/
+2
*
Simplify ThreadPool::isRunning (#1391)
Alon Zakai
2018-01-30
1
-2
/
+1
*
ThreadPool refactoring (#1389)
Alon Zakai
2018-01-26
1
-31
/
+31
*
Threading fixes (#1377)
Alon Zakai
2018-01-24
1
-4
/
+20
*
Thread fixes (#1205)
Alon Zakai
2017-10-02
1
-1
/
+8
*
New binaryen.js (#922)
Alon Zakai
2017-03-24
1
-0
/
+4
*
Replace std::unique<T>(new T()) with make_unique<T>().
Logan Chien
2016-08-26
1
-3
/
+4
*
use WASM_UNUSED in some places to fix compiler warning/error on unused variab...
Alon Zakai
2016-06-08
1
-0
/
+2
*
refactor a getNumCores method
Alon Zakai
2016-06-02
1
-5
/
+9
*
Add missing algorithm and string headers
JF Bastien
2016-04-23
1
-0
/
+2
*
fix ThreadPool::size, we don't have any thread objects created if there is ju...
Alon Zakai
2016-04-18
1
-1
/
+1
*
allow limiting # of cores in thread pool, useful for debugging
Alon Zakai
2016-04-18
1
-0
/
+3
*
Function parallelism (#343)
Alon Zakai
2016-04-15
1
-0
/
+181