mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-07 18:03:45 -04:00
This rewrite attempts to implement a fully correct ZBC (Zero Bandwith Clear) mechanism. The zbc_mutex attempts to mitigate contention by assuring that only threads which hold the mutex can modify the table. Notify drivers about the index size, I believe some drivers even need the notification. Only add new entries if a entry was not previously available. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2501 Reviewed-by: Shinmegumi <shinmegumi@eden-emu.dev> Reviewed-by: MaranBr <maranbr@eden-emu.dev> Reviewed-by: crueter <crueter@eden-emu.dev> Co-authored-by: SDK-Chan <sdkchan@eden-emu.dev> Co-committed-by: SDK-Chan <sdkchan@eden-emu.dev> |
||
|---|---|---|
| .. | ||
| kernel | ||
| service | ||
| api_version.h | ||
| ipc.h | ||
| result.h | ||