|
|
|
|
|
by FartyMcFarter
2771 days ago
|
|
> Wouldn't it be better for the awake syscall to take another syscall as a parameter (pretty simple to do in assembly and should be provided as a C library wrapper), in order to guarantee atomicity? Plus in this case the awake call could be named something more intuitive (like syscall_with_timeout or whatever). |
|
This is an interesting objection.
I find awake/awakened/forgivewkp intuitive names, but I'm not a native English speaker.
I'm not going to add the syscall parameter (I considered and discarded that option during the analysis), but I welcome suggestions for a better naming.