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
/
threading.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix build
Colin Davidson
2022-12-28
1
-1
/
+1
*
move to work-stealing threadpool
Colin Davidson
2022-12-28
1
-51
/
+148
*
Combine join and destroy for threads
gingerBill
2022-12-20
1
-8
/
+2
*
Remove need for `semaphore` in `Thread`
gingerBill
2022-12-20
1
-27
/
+14
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-42
/
+8
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-96
/
+96
*
initial OpenBSD support
Sébastien Marie
2022-02-25
1
-1
/
+1
*
Use more `{}` ctor
gingerBill
2022-01-10
1
-2
/
+2
*
Add mutex guards for signature scopes
gingerBill
2022-01-10
1
-0
/
+34
*
src: Add preliminary support for Linux AArch64
Yawning Angel
2021-12-23
1
-0
/
+4
*
Make `thread_join` be more correct
gingerBill
2021-08-26
1
-4
/
+5
*
Wrap linux specific code for `internal_thread_proc`
gingerBill
2021-08-26
1
-2
/
+4
*
Add missing header
gingerBill
2021-08-26
1
-0
/
+4
*
Don't permit any signal delivery to threads on Linux
gingerBill
2021-08-26
1
-1
/
+6
*
Unify thread pool logic across the rest of the compiler, using a global threa...
gingerBill
2021-08-26
1
-0
/
+40
*
Fix typo
gingerBill
2021-08-26
1
-2
/
+2
*
Improved `ThreadPool` implementation
gingerBill
2021-08-26
1
-1
/
+59
*
Correct atomic usage
gingerBill
2021-08-19
1
-11
/
+11
*
Migrate and remove more from gb.h
gingerBill
2021-08-19
1
-0
/
+348
[prev]