-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-threads in pta #7195
Comments
I think all the current PTAs in optee-os defined SINGLE_INSTANCE | MULTIPLE_SESSION | KEEP_ALIVE (check this link)
And linux kernel do the schedule job of REE, there is no scheduling in TEE. For more about scheduling, you may check: |
Hello, the TA can run on different CPU cores , depends REE scheduler. when thread 1 is doing invoke , the thread 2 will wait until thread 1 finish . releated code : |
Maybe you need to open two sessions, session 1 for thread 1 and session 2 for thread 2 ? |
Hello
I hava some questiones about multi-threads in pta.
The text was updated successfully, but these errors were encountered: