Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

how to create thread in enclave?

huko
Beginner
307 Views

I would like to know if it is possible to create threads in enclave like this?

 

  pthread_create(&thread_handle, NULL, thread_callback, NULL);
  pthread_join(thread_handle, NULL);
 
I created a thread in the ecall function using the above two lines of code, but there was an issue with the execution. What is the reason?
0 Kudos
0 Replies
Reply