index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread_pool.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Improve usage of `file_id`
gingerBill
2021-11-15
1
-1
/
+1
|
*
Add mutex around `condition_broadcast`
gingerBill
2021-08-26
1
-0
/
+6
|
*
Correct race condition and incorrect usage of `condition_signal` outside of ↵
gingerBill
2021-08-26
1
-1
/
+1
|
|
|
|
a mutex lock
*
Simplify logic for `-thread-count:1`
gingerBill
2021-08-26
1
-0
/
+8
|
*
Unify thread pool logic across the rest of the compiler, using a global ↵
gingerBill
2021-08-26
1
-25
/
+46
|
|
|
|
thread pool
*
Improved `ThreadPool` implementation
gingerBill
2021-08-26
1
-60
/
+102
|
*
Remove unneeded +1 for `outstanding_task_count`
gingerBill
2021-08-26
1
-3
/
+0
|
*
Thread pool: create threads in thread_pool_wait
nakst
2021-08-23
1
-4
/
+6
|
*
thread_pool.cpp: fix with 1 thread; gb.h: remove buggy /proc/cpuinfo code
nakst
2021-08-23
1
-22
/
+16
|
*
Make `ThreadPool` use `std::atomic` and `heap_allocator()`
gingerBill
2021-08-22
1
-18
/
+8
|
*
Thread pool fix on Win32
nakst
2021-08-22
1
-1
/
+5
|
*
Rewrite thread_pool.cpp
nakst
2021-08-22
1
-132
/
+65
|
*
Make `ThreadPool.is_running` atomic
gingerBill
2021-08-19
1
-6
/
+6
|
*
Migrate and remove more from gb.h
gingerBill
2021-08-19
1
-13
/
+13
|
*
Move more of `gb.h`'s Synchronization code into common.cpp
gingerBill
2021-08-19
1
-15
/
+15
|
*
Correct mutex usage for `path_to_fullpath`; make `ThreadPool` use ↵
gingerBill
2021-08-18
1
-10
/
+10
|
|
|
|
`BlockingMutex`
*
Simplify `thread_pool_wait_to_process`
gingerBill
2021-07-10
1
-0
/
+7
|
*
Move things around for sanity checking for multithread preparation
gingerBill
2021-07-10
1
-30
/
+10
|
*
Nearly approach full functionality for -use-separate-modules coupled with ↵
gingerBill
2021-05-04
1
-3
/
+0
|
|
|
|
multithreading
*
Clean up thread pool code
gingerBill
2019-09-03
1
-58
/
+56
|
*
Fix semaphore posting
gingerBill
2019-09-03
1
-3
/
+10
|
*
Improve thread pool (volatile hints, etc)
gingerBill
2019-09-02
1
-17
/
+40
|
*
Remove thread naming on thread pool
gingerBill
2019-09-01
1
-0
/
+2
|
*
Remove custom allocator for thread pool
gingerBill
2019-09-01
1
-17
/
+2
|
*
Thread pool fixes
gingerBill
2019-09-01
1
-0
/
+169