English, asked by innamurichandini, 4 months ago

examples of blocking system calls​

Answers

Answered by Anonymous
1

Answer:

blocking system call is one that must wait until the action can be completed. read() would be a good example - if no input is ready, it'll sit there and wait until some is (provided you haven't set it to non-blocking, of course, in which case it wouldn't be a blocking system call).

Similar questions