You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some LTP tests require multi processes and child processes. However, sgx-lkl is a single process solution and dosn't support fork or creating child processes. To enable these tests we used pthreads to create child threads and simulate these multiprocess tests with multithreads.
These tests modified to use multithread instead of multiprocess: (Count: 21)
There are some LTP tests require multi processes and child processes. However, sgx-lkl is a single process solution and dosn't support fork or creating child processes. To enable these tests we used pthreads to create child threads and simulate these multiprocess tests with multithreads.
These tests modified to use multithread instead of multiprocess: (Count: 21)
setsid01
setreuid07
setresuid04
mkdir09, mkdir04
send01
sendfile02, sendfile05, sendfile06
sendmsg01
getsockopt02
flock03
sendto01
recv01
recvfrom01
recvmsg01
pipe04
getcwd04
conect01
futx_cmp_requeue01
futex_wake03
The text was updated successfully, but these errors were encountered: