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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix thread sanitizer errors surfaced by tests/core/io
pkova
2024-09-03
1
-2
/
+3
*
fix zombie thread leak in thread self cleanup
Laytan Laats
2024-08-28
1
-0
/
+3
*
Merge pull request #4148 from Feoramund/tls-cleaner
gingerBill
2024-08-26
2
-2
/
+10
|
\
|
*
Add API for freeing `thread_local` state
Feoramund
2024-08-26
2
-2
/
+10
*
|
Fix use-after-free in `thread.Pool`
Feoramund
2024-08-26
1
-2
/
+6
|
/
*
[thread]: Document all functions in core:thread
flysand7
2024-07-21
1
-39
/
+242
*
fix some bugs with -disable-assert
Laytan Laats
2024-07-16
1
-3
/
+5
*
wasi: make the demo run on wasi and run it in CI
Laytan Laats
2024-06-29
5
-48
/
+56
*
Call `pthread_cancel` on Darwin, with advisory comment
Feoramund
2024-06-28
1
-14
/
+17
*
core/thread: fix a deadlock situation on unix
Laytan Laats
2024-06-07
1
-11
/
+12
*
Set thread pool `is_running` to false on shutdown
Feoramund
2024-06-02
1
-0
/
+1
*
Clear thread pool task data on restart
Feoramund
2024-06-02
1
-0
/
+2
*
Add task-stopping functionality to `thread.Pool`
Feoramund
2024-06-02
1
-15
/
+115
*
Merge pull request #3439 from andreas-jonsson/netbsd
gingerBill
2024-05-15
1
-5
/
+5
|
\
|
*
Merge branch 'master' into netbsd
Andreas T Jonsson
2024-05-10
1
-2
/
+2
|
|
\
|
*
|
Fixed concurrency issue
Andreas T Jonsson
2024-04-18
1
-2
/
+2
|
*
|
Updated core lib and did cleanup
Andreas T Jonsson
2024-04-18
1
-2
/
+2
|
*
|
Initial commit of NetBSD port
Andreas T Jonsson
2024-04-16
1
-1
/
+1
*
|
|
Fix hanging on `thread.join` for windows where the thread had not been `start`ed
gingerBill
2024-05-13
1
-1
/
+2
*
|
|
Fix joining non-`Started` threads from blocking main thread
Feoramund
2024-05-10
2
-2
/
+19
|
|
/
|
/
|
*
|
Fix discrepancy with pthread cancelability state
Feoramund
2024-04-22
1
-2
/
+2
|
/
*
Add `#no_broadcast` procedure parameter to disallow automatic array programmi...
gingerBill
2024-03-21
1
-1
/
+1
*
fix core:thread and a memory leak
avanspector
2024-02-27
1
-4
/
+9
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
5
-6
/
+6
*
stdcall -> system
gingerBill
2024-01-17
1
-1
/
+1
*
Allow larger thread poly data
Laytan Laats
2023-11-15
1
-38
/
+55
*
[core]: Remove `do` keyword from the core library
flysand7
2023-11-11
1
-6
/
+18
*
Require parentheses for `#align(N)`
gingerBill
2023-08-15
1
-1
/
+1
*
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
1
-2
/
+2
*
Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...
gingerBill
2023-06-26
1
-1
/
+1
*
[core:thread] Seeing if this fixes network tests
hikari
2023-06-07
4
-34
/
+17
*
[core:thread] Fix compilation
hikari
2023-06-07
2
-0
/
+4
*
[core:thread] Added `self_cleanup` flag to properly auto-clean threads
hikari
2023-06-07
3
-99
/
+38
*
[thread] Refactor handling of 'init_context' + add doc comments for it
Tetralux
2023-06-03
3
-22
/
+88
*
Remove `thread.init_context = context`
gingerBill
2023-05-31
1
-1
/
+0
*
Changed js panics to unimplemented where sensible
Dragos Popescu
2023-03-22
1
-8
/
+8
*
Fixed more compile time errors when including os and thread to js targets
Dragos Popescu
2023-03-21
1
-1
/
+1
*
Made most libraries panic on js targets instead of not compiling
Dragos Popescu
2023-03-20
1
-0
/
+55
*
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
*
Disable thread.terminate on Darwin for now.
Jeroen van Rijn
2022-05-11
1
-7
/
+14
*
Implement pthread_cancel.
Jeroen van Rijn
2022-05-11
1
-1
/
+10
*
Fix join on *nix.
Jeroen van Rijn
2022-05-11
1
-5
/
+14
*
Fix join_multiple typo
Thimilius
2022-05-11
1
-1
/
+1
*
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
[next]