lkl / linux

Linux kernel source tree

Home Page:https://lkl.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does lkl support multiple system calls

pigalsofine opened this issue · comments

In my app. Create two network threads. One of them Is the server thread, which calls lkl_sys_accept and blocks all the time. The other Is client, which calls lkl_sys_socket, but it is also blocked and can not be called normally . Whether lkl supports concurrent calls to lkl_sys_xxx.

It supports. I made a mistake