“Synchronous”
A system call is synchronous if a thread must wait for the call to complete before continuing.
Synchronous calls are “blocking” calls.
In a multithreaded program, synchronous calls are good—think synchronous!
Previous slide
Next slide
Back to first slide
View graphic version