48bd0e49f2
* [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>
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
menu "Utest IPC Testcase"
|
|
|
|
config UTEST_COMPLETION_TC
|
|
bool "rt_completion testcase"
|
|
default n
|
|
|
|
endmenu
|