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
/
core
/
thread
/
thread_pool.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...
gingerBill
2023-06-26
1
-1
/
+1
*
Revert.
Jeroen van Rijn
2022-05-14
1
-6
/
+7
*
pool_join should look at .Done.
Jeroen van Rijn
2022-05-14
1
-8
/
+5
*
Fix fix.
Jeroen van Rijn
2022-05-13
1
-3
/
+3
*
Do a bit less work for pool_join.
Jeroen van Rijn
2022-05-13
1
-1
/
+5
*
Fix thread pool join.
Jeroen van Rijn
2022-05-13
1
-2
/
+10
*
reorder procedure parameters to make sure the optional argument in pool_add_t...
Florian Behr
2022-04-25
1
-2
/
+2
*
fix doc comment for pool_init
Florian Behr
2022-04-25
1
-1
/
+1
*
Make allocator in pool_add_task() explicit
Florian Behr
2022-04-25
1
-3
/
+2
*
Update Thread Pool in `core:thread`
gingerBill
2022-03-31
1
-76
/
+148
*
Replace `sync` with `sync2`
gingerBill
2022-03-30
1
-11
/
+6
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-49
/
+49
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
Revert *nix thread stuff to old sync
gingerBill
2021-04-13
1
-7
/
+12
*
Default to pthreads in sync2 for *nix
gingerBill
2021-04-13
1
-12
/
+7
*
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
1
-2
/
+1
*
Fixed thread_pool not destroying threads
jharler
2020-05-11
1
-0
/
+5
*
Add `thread.Pool` with example in demo.odin; Update linalg to support handnes...
gingerBill
2020-01-02
1
-0
/
+147