- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page