[ipc] support of lockless rt_completion by polarvid · Pull Request #8887 · RT-Thread/rt-thread

@polarvid

The new rt_completion implemented by lockless algorithm can improve timer resolution for up to ~12%, compare to sem IPC.

Signed-off-by: Shell <smokewood@qq.com>

@polarvid

@polarvid polarvid marked this pull request as ready for review

May 7, 2024 05:04

@polarvid

BernardXiong

sp-cai pushed a commit to sp-cai/rt-thread that referenced this pull request

May 8, 2024
* [ipc] lockless rt_completion implementation

The new rt_completion implemented by lockless algorithm can improve timer resolution for up to ~12%, compare to sem IPC.

Signed-off-by: Shell <smokewood@qq.com>

* fixup: error

* remove useless changes

---------

Signed-off-by: Shell <smokewood@qq.com>