- 24 Mar, 2023 1 commit
-
-
Liam authored
-
- 23 Mar, 2023 3 commits
- 22 Mar, 2023 4 commits
- 21 Mar, 2023 4 commits
-
-
Morph authored
Adds the PushModes Try and Wait to allow producers to specify how they want to push their data to the queue if the queue is full. If the queue is full: - Try will fail to push to the queue, returning false. Try only returns true if it successfully pushes to the queue. This may result in items not being pushed into the queue. - Wait will wait until a slot is available to push to the queue, resulting in potential for deadlock if a consumer is not running.
-
Morph authored
-
Morph authored
-
Morph authored
Provides a simplified SPSC, MPSC, and MPMC bounded queue implementation using mutexes.
-
- 19 Mar, 2023 4 commits
- 18 Mar, 2023 5 commits
-
-
liamwhite authored
common: bounded_threadsafe_queue: Use polyfill_thread.
-
bunnei authored
-
bunnei authored
gpu_thread: Use bounded queue
-
bunnei authored
service: nfp: Actually write correct crc
-
Narr the Reg authored
-
- 17 Mar, 2023 1 commit
-
-
Kelebek1 authored
-
- 16 Mar, 2023 3 commits
-
-
Narr the Reg authored
-
liamwhite authored
vulkan: disable extendedDynamicState3ColorBlendEquation on radv
-
liamwhite authored
vk_scheduler: split work queue waits and execution waits
-
- 15 Mar, 2023 4 commits
-
-
Narr the Reg authored
-
Narr the Reg authored
-
Liam authored
-
Narr the Reg authored
-
- 14 Mar, 2023 2 commits
- 13 Mar, 2023 9 commits
-
-
Morph authored
-
liamwhite authored
input_common: sdl: Only send last vibration command
-
liamwhite authored
yuzu: Move audio settings to audio section
-
liamwhite authored
video_core: Fix inline_index and draw_texture error
-
liamwhite authored
kernel: use consistent style
-
german77 authored
-
Liam authored
-
Liam authored
-
Liam authored
-