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
/
queue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix possible race and correct linkage _after_ generation
gingerBill
2024-07-15
1
-1
/
+1
*
Bring `PtrMap` inline with `StringMap`
gingerBill
2023-01-14
1
-12
/
+13
*
Minor clean up
gingerBill
2023-01-12
1
-17
/
+12
*
Replace all queues with MPSCQueue where possible
gingerBill
2023-01-12
1
-9
/
+15
*
Correct `mpsc_dequeue`
gingerBill
2023-01-12
1
-1
/
+4
*
Implement `MPSCQueue`
gingerBill
2023-01-12
1
-0
/
+82
*
Remove the synchronization primitive init/destroy calls
gingerBill
2023-01-01
1
-2
/
+0
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-6
/
+6
*
Clean up code for queue (no logic changed)
dev-2022-01
gingerBill
2022-01-02
1
-18
/
+27
*
Minor clean-up
gingerBill
2021-08-07
1
-11
/
+13
*
Improve and simplify the memory layout of `MPMCQueue`
gingerBill
2021-08-07
1
-46
/
+44
*
Remove dead code in queue.cpp; clean up initialization code
gingerBill
2021-08-07
1
-86
/
+31
*
Modify MPMCQueue behaviour to use `i32` over `isize`; Correct cache line padd...
gingerBill
2021-07-28
1
-34
/
+33
*
Define which mutexes are blocking and recursive explicitly
gingerBill
2021-07-27
1
-6
/
+6
*
Big simplification and improvement of the entity collection system, reducing ...
gingerBill
2021-07-27
1
-1
/
+8
*
Replace non-recursive mutexes with `BlockingMutex`; Minor improves to initial...
gingerBill
2021-07-14
1
-4
/
+23
*
Reduce mutex usage and convert things to queues from arrays
gingerBill
2021-07-13
1
-4
/
+71
*
Temporarily disable `-threaded-checker`; Restructure the untyped-expr-info sy...
gingerBill
2021-07-13
1
-2
/
+0
*
Move things around for sanity checking for multithread preparation
gingerBill
2021-07-10
1
-1
/
+4
*
Use `next_pow2_isize`
gingerBill
2021-07-10
1
-1
/
+1
*
Implement `MPMCQueue` for procedure body checking
gingerBill
2021-07-10
1
-0
/
+109