About pid for returnSystemCall in blocking system calls #176
-
I'm trying to implement a blocking system call by not returning it in systemCallback but in another function triggered by some kind of event. But, then, according to how returnSystemCall is designed, it seems to have lost the information about which pid I'm returning the system call to. What's happening behind the API? |
Beta Was this translation helpful? Give feedback.
Answered by
zee-doubleu-ee
Apr 7, 2024
Replies: 1 comment
-
I misunderstood how system calls should be stored to return later. (by UUID) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zee-doubleu-ee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I misunderstood how system calls should be stored to return later. (by UUID)